mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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;
|
target.IsLocked = target.IsLocked || source.IsLocked;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (replaceData || target.LockedFields.Length == 0)
|
if (target.LockedFields.Length == 0)
|
||||||
{
|
{
|
||||||
target.LockedFields = source.LockedFields;
|
target.LockedFields = source.LockedFields;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user