Merge branch 'master' into library_scan_speed

This commit is contained in:
BaronGreenback
2020-11-21 22:54:40 +00:00
committed by GitHub
118 changed files with 7464 additions and 1408 deletions

View File

@@ -1099,12 +1099,12 @@ namespace MediaBrowser.Controller.Entities
return false;
}
if (request.Genres.Length > 0)
if (request.Genres.Count > 0)
{
return false;
}
if (request.GenreIds.Length > 0)
if (request.GenreIds.Count > 0)
{
return false;
}
@@ -1209,7 +1209,7 @@ namespace MediaBrowser.Controller.Entities
return false;
}
if (request.GenreIds.Length > 0)
if (request.GenreIds.Count > 0)
{
return false;
}