fix collection grouping for plain folders

This commit is contained in:
Luke Pulverenti 2016-04-10 16:09:55 -04:00
parent 4ac4e4a0f5
commit 4f8764ee5a

View File

@ -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;
} }