fix dashboard page

This commit is contained in:
Luke Pulverenti
2016-05-06 02:02:10 -04:00
parent 5a496a1fc8
commit 0edd4e410a
6 changed files with 43 additions and 30 deletions

View File

@@ -2398,6 +2398,11 @@ namespace MediaBrowser.Server.Implementations.Persistence
return false;
}
if (query.User == null)
{
return false;
}
if (query.IncludeItemTypes.Length == 0)
{
return true;