Skip to content
Snippets Groups Projects
Commit d94e5ab0 authored by R En's avatar R En Committed by Eliot Berriot
Browse files

order playlists by modification date in browse tab

parent 4e8278fb
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