Do not replace locked fields
This commit is contained in:
parent
c7ce1aa4c7
commit
8f7df590cd
|
@ -1103,7 +1103,7 @@ namespace MediaBrowser.Providers.Manager
|
|||
target.IsLocked = target.IsLocked || source.IsLocked;
|
||||
}
|
||||
|
||||
if (replaceData || target.LockedFields.Length == 0)
|
||||
if (target.LockedFields.Length == 0)
|
||||
{
|
||||
target.LockedFields = source.LockedFields;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user