mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 00:14:23 +02:00
fix playcounts on jellyfin album detail songs (#2005)
This commit is contained in:
@@ -395,10 +395,15 @@ export const JellyfinController: InternalControllerEndpoint = {
|
|||||||
userId: apiClientProps.server.userId,
|
userId: apiClientProps.server.userId,
|
||||||
},
|
},
|
||||||
query: {
|
query: {
|
||||||
|
AlbumIds: query.id,
|
||||||
|
EnableUserData: true,
|
||||||
Fields: JF_FIELDS.SONG,
|
Fields: JF_FIELDS.SONG,
|
||||||
IncludeItemTypes: 'Audio',
|
IncludeItemTypes: 'Audio',
|
||||||
ParentId: query.id,
|
Recursive: true,
|
||||||
SortBy: 'ParentIndexNumber,IndexNumber,SortName',
|
SortBy: 'ParentIndexNumber,IndexNumber,SortName',
|
||||||
|
SortOrder: JFSortOrder.ASC,
|
||||||
|
StartIndex: 0,
|
||||||
|
UserId: apiClientProps.server.userId,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user