fixed for new collection creation

This commit is contained in:
Luke Pulverenti
2015-04-26 00:39:40 -04:00
parent a7b32d4ec0
commit 6562824a84
8 changed files with 94 additions and 12 deletions

View File

@@ -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;
}
}