mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-18 21:50:25 +01:00
@@ -976,7 +976,7 @@ public class LibraryController : BaseJellyfinApiController
|
||||
CollectionType.playlists => new[] { "Playlist" },
|
||||
CollectionType.movies => new[] { "Movie" },
|
||||
CollectionType.tvshows => new[] { "Series", "Season", "Episode" },
|
||||
CollectionType.books => new[] { "Book" },
|
||||
CollectionType.books => new[] { "Book", "AudioBook" },
|
||||
CollectionType.music => new[] { "MusicArtist", "MusicAlbum", "Audio", "MusicVideo" },
|
||||
CollectionType.homevideos => new[] { "Video", "Photo" },
|
||||
CollectionType.photos => new[] { "Video", "Photo" },
|
||||
|
||||
Reference in New Issue
Block a user