mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 23:13:06 +03:00
more sync movement
This commit is contained in:
@@ -44,6 +44,11 @@ namespace MediaBrowser.Providers.BoxSets
|
||||
|
||||
target.LinkedChildren = list;
|
||||
}
|
||||
|
||||
if (replaceData || target.Shares.Count == 0)
|
||||
{
|
||||
target.Shares = source.Shares;
|
||||
}
|
||||
}
|
||||
|
||||
protected override ItemUpdateType BeforeSave(BoxSet item)
|
||||
|
||||
Reference in New Issue
Block a user