order playlists by modification date in browse tab

This commit is contained in:
Renon 2019-11-14 15:40:47 +01:00 committed by Eliot Berriot
parent 4e8278fbd8
commit d94e5ab013
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>