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
|
|
@ -478,6 +478,7 @@ const albumListSort = {
|
|||
COMMUNITY_RATING: 'CommunityRating,SortName',
|
||||
CRITIC_RATING: 'CriticRating,SortName',
|
||||
NAME: 'SortName',
|
||||
PLAY_COUNT: 'PlayCount',
|
||||
RANDOM: 'Random,SortName',
|
||||
RECENTLY_ADDED: 'DateCreated,SortName',
|
||||
RELEASE_DATE: 'ProductionYear,PremiereDate,SortName',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue