mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 23:36:38 +01:00
FIx folder refreshes resetting LinkedChildren
This commit is contained in:
@@ -1613,12 +1613,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
}
|
||||
}
|
||||
|
||||
foreach (var child in LinkedChildren)
|
||||
{
|
||||
// Reset the cached value
|
||||
child.ItemId = null;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user