mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 07:48:50 +01:00
Do not set topParentId if OwnerIds are empty
This commit is contained in:
@@ -1987,7 +1987,8 @@ namespace Emby.Server.Implementations.Library
|
||||
query.TopParentIds.Length == 0 &&
|
||||
string.IsNullOrEmpty(query.AncestorWithPresentationUniqueKey) &&
|
||||
string.IsNullOrEmpty(query.SeriesPresentationUniqueKey) &&
|
||||
query.ItemIds.Length == 0)
|
||||
query.ItemIds.Length == 0 &&
|
||||
query.OwnerIds.Length == 0)
|
||||
{
|
||||
var userViews = UserViewManager.GetUserViews(new UserViewQuery
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user