mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Add play count to jellyfin album sort (#324)
This commit is contained in:
parent
f21b8d6bbd
commit
ccfadda729
4 changed files with 4 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ const FILTERS = {
|
|||
},
|
||||
{ defaultOrder: SortOrder.DESC, name: 'Critic Rating', value: AlbumListSort.CRITIC_RATING },
|
||||
{ defaultOrder: SortOrder.ASC, name: 'Name', value: AlbumListSort.NAME },
|
||||
{ defaultOrder: SortOrder.DESC, name: 'Play Count', value: AlbumListSort.PLAY_COUNT },
|
||||
{ defaultOrder: SortOrder.ASC, name: 'Random', value: AlbumListSort.RANDOM },
|
||||
{
|
||||
defaultOrder: SortOrder.DESC,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue