mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Do not replace locked fields
This commit is contained in:
parent
c7ce1aa4c7
commit
8f7df590cd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue