Include all playlist types in Jellyfin playlist fetch
This commit is contained in:
parent
876376d65f
commit
3a63ee4b95
1 changed files with 0 additions and 1 deletions
|
@ -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],
|
||||
|
|
Reference in a new issue