Skip to content
Snippets Groups Projects
Commit 900fabae authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '775-playlists-updated-date' into 'develop'

order playlists by modification date in browse tab

Closes #775

See merge request funkwhale/funkwhale!953
parents 4e8278fb d94e5ab0
No related branches found
No related tags found
No related merge requests found
Order the playlist columns by modification date in the Browse tab (#775)
......@@ -13,7 +13,7 @@
</track-widget>
</div>
<div class="column">
<playlist-widget :url="'playlists/'" :filters="{scope: 'all', playable: true, ordering: '-creation_date'}">
<playlist-widget :url="'playlists/'" :filters="{scope: 'all', playable: true, ordering: '-modification_date'}">
<template slot="title"><translate translate-context="*/*/*">Playlists</translate></template>
</playlist-widget>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment