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

order playlists by modification date in browse tab

Closes #775

See merge request funkwhale/funkwhale!953
This commit is contained in:
Eliot Berriot 2019-11-14 15:40:47 +01:00
commit 900fabae79
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Order the playlist columns by modification date in the Browse tab (#775)

View File

@ -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>