mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
use CommunityRating for jellyfin top songs (#1268)
This commit is contained in:
@@ -1110,7 +1110,7 @@ export const JellyfinController: InternalControllerEndpoint = {
|
||||
IncludeItemTypes: 'Audio',
|
||||
Limit: query.limit,
|
||||
Recursive: true,
|
||||
SortBy: 'PlayCount,SortName',
|
||||
SortBy: 'CommunityRating,SortName',
|
||||
SortOrder: 'Descending',
|
||||
UserId: apiClientProps.server?.userId,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user