mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Correct the list of series types
This commit is contained in:
parent
594b271383
commit
5368112d90
@ -2279,11 +2279,10 @@ namespace Emby.Server.Implementations.Data
|
|||||||
|
|
||||||
private static readonly HashSet<string> _seriesTypes = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
|
private static readonly HashSet<string> _seriesTypes = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
|
||||||
{
|
{
|
||||||
"Audio",
|
"Book",
|
||||||
"MusicAlbum",
|
|
||||||
"MusicVideo",
|
|
||||||
"AudioBook",
|
"AudioBook",
|
||||||
"AudioPodcast"
|
"Episode",
|
||||||
|
"Season"
|
||||||
};
|
};
|
||||||
|
|
||||||
private bool HasSeriesFields(InternalItemsQuery query)
|
private bool HasSeriesFields(InternalItemsQuery query)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user