From 3a63ee4b95d76e495b96e701d7ebd52941258e5a Mon Sep 17 00:00:00 2001 From: jeffvli Date: Tue, 15 Oct 2024 03:04:38 -0700 Subject: [PATCH] Include all playlist types in Jellyfin playlist fetch --- src/renderer/api/jellyfin/jellyfin-controller.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/api/jellyfin/jellyfin-controller.ts b/src/renderer/api/jellyfin/jellyfin-controller.ts index cd17abee..bead6c2a 100644 --- a/src/renderer/api/jellyfin/jellyfin-controller.ts +++ b/src/renderer/api/jellyfin/jellyfin-controller.ts @@ -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],