FIx folder refreshes resetting LinkedChildren

This commit is contained in:
Shadowghost
2026-01-18 00:44:18 +01:00
parent 89427af41c
commit 4a1012fd22

View File

@@ -1613,12 +1613,6 @@ namespace MediaBrowser.Controller.Entities
}
}
foreach (var child in LinkedChildren)
{
// Reset the cached value
child.ItemId = null;
}
return false;
}