mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 00:44:23 +02:00
Fix jellyfin album song order (#192)
This commit is contained in:
@@ -256,7 +256,7 @@ const getAlbumDetail = async (args: AlbumDetailArgs): Promise<AlbumDetailRespons
|
||||
Fields: 'Genres, DateCreated, MediaSources, ParentId',
|
||||
IncludeItemTypes: 'Audio',
|
||||
ParentId: query.id,
|
||||
SortBy: 'Album,SortName',
|
||||
SortBy: 'ParentIndexNumber,IndexNumber,SortName',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user