fix collection grouping for plain folders
This commit is contained in:
parent
4ac4e4a0f5
commit
4f8764ee5a
|
@ -785,7 +785,7 @@ namespace MediaBrowser.Controller.Entities
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (query.IncludeItemTypes.Contains("Movie", StringComparer.OrdinalIgnoreCase))
|
if (query.IncludeItemTypes.Length == 0 || query.IncludeItemTypes.Contains("Movie", StringComparer.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
param = true;
|
param = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user