Merge pull request #1032 from Lynxy/master
Correct the list of series types
This commit is contained in:
commit
c4192f9f8b
|
@ -2279,11 +2279,10 @@ namespace Emby.Server.Implementations.Data
|
|||
|
||||
private static readonly HashSet<string> _seriesTypes = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
|
||||
{
|
||||
"Audio",
|
||||
"MusicAlbum",
|
||||
"MusicVideo",
|
||||
"Book",
|
||||
"AudioBook",
|
||||
"AudioPodcast"
|
||||
"Episode",
|
||||
"Season"
|
||||
};
|
||||
|
||||
private bool HasSeriesFields(InternalItemsQuery query)
|
||||
|
|
Loading…
Reference in New Issue
Block a user