kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
order playlists by modification date in browse tab
rodzic
4e8278fbd8
commit
d94e5ab013
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue