mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
fixes
This commit is contained in:
@@ -1436,7 +1436,12 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
if (i.ItemId.HasValue)
|
||||
{
|
||||
return i.ItemId.Value == itemId;
|
||||
if (i.ItemId.Value == itemId)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
var child = GetLinkedChild(i);
|
||||
|
||||
Reference in New Issue
Block a user