mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Include all playlist types in Jellyfin playlist fetch
This commit is contained in:
parent
876376d65f
commit
3a63ee4b95
@ -450,7 +450,6 @@ export const JellyfinController: ControllerEndpoint = {
|
||||
Fields: 'ChildCount, Genres, DateCreated, ParentId, Overview',
|
||||
IncludeItemTypes: 'Playlist',
|
||||
Limit: query.limit,
|
||||
MediaTypes: 'Audio',
|
||||
Recursive: true,
|
||||
SearchTerm: query.searchTerm,
|
||||
SortBy: playlistListSortMap.jellyfin[query.sortBy],
|
||||
|
Loading…
Reference in New Issue
Block a user