mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
fixed for new collection creation
This commit is contained in:
@@ -38,10 +38,6 @@ namespace MediaBrowser.Providers.BoxSets
|
||||
list.AddRange(target.LinkedChildren.Where(i => i.Type == LinkedChildType.Manual));
|
||||
|
||||
target.LinkedChildren = list;
|
||||
}
|
||||
|
||||
if (replaceData || target.Shares.Count == 0)
|
||||
{
|
||||
target.Shares = source.Shares;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user