Add play count to jellyfin album sort (#324)

This commit is contained in:
jeffvli 2023-10-23 08:37:04 -07:00
parent f21b8d6bbd
commit ccfadda729
4 changed files with 4 additions and 1 deletions

View file

@ -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',