update query fields

This commit is contained in:
Luke Pulverenti
2017-05-23 12:43:24 -04:00
parent 54cf0da758
commit 2f93d4498b
9 changed files with 296 additions and 71 deletions

View File

@@ -1546,7 +1546,7 @@ namespace Emby.Server.Implementations.Library
}
}
query.ParentId = null;
query.Parent = null;
}
private void AddUserToQuery(InternalItemsQuery query, User user)