mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
Do not replace locked fields
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user