mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 05:39:56 +02:00
order playlists by modification date in browse tab
This commit is contained in:
parent
4e8278fbd8
commit
d94e5ab013
2 changed files with 2 additions and 1 deletions
1
changes/changelog.d/775.enhancement
Normal file
1
changes/changelog.d/775.enhancement
Normal file
|
@ -0,0 +1 @@
|
|||
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue