mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-21 19:34:11 +02:00
add unknown MediaType to Jellyfin playlist fetch (#2063)
This commit is contained in:
@@ -1032,7 +1032,7 @@ export const JellyfinController: InternalControllerEndpoint = {
|
||||
Fields: JF_FIELDS.PLAYLIST_LIST,
|
||||
IncludeItemTypes: 'Playlist',
|
||||
Limit: query.limit,
|
||||
MediaTypes: 'Audio',
|
||||
MediaTypes: 'Audio, Unknown',
|
||||
Recursive: true,
|
||||
SearchTerm: query.searchTerm,
|
||||
SortBy: playlistListSortMap.jellyfin[query.sortBy],
|
||||
|
||||
Reference in New Issue
Block a user