mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 16:16:17 +00: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