Skip to content

Commit

Permalink
Include all playlist types in Jellyfin playlist fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli committed Oct 15, 2024
1 parent 876376d commit 3a63ee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/api/jellyfin/jellyfin-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 3a63ee4

Please sign in to comment.