From 84621474c0a5bae1d2a62664b21e34b6ea14b034 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sat, 6 Dec 2025 18:22:31 -0800 Subject: [PATCH] use CommunityRating for jellyfin top songs (#1268) --- src/renderer/api/jellyfin/jellyfin-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/api/jellyfin/jellyfin-controller.ts b/src/renderer/api/jellyfin/jellyfin-controller.ts index 4cc796bda..91857dd68 100644 --- a/src/renderer/api/jellyfin/jellyfin-controller.ts +++ b/src/renderer/api/jellyfin/jellyfin-controller.ts @@ -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, },