Order artist's Top Songs by play count (#410). (#487)

This commit is contained in:
lymnyx 2024-02-03 21:21:15 +00:00 committed by GitHub
parent ccb0e14e48
commit 933573b57f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -374,7 +374,7 @@ const getTopSongList = async (args: TopSongListArgs): Promise<SongListResponse>
IncludeItemTypes: 'Audio',
Limit: query.limit,
Recursive: true,
SortBy: 'CommunityRating,SortName',
SortBy: 'PlayCount,SortName',
SortOrder: 'Descending',
UserId: apiClientProps.server?.userId,
},