mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 20:04:38 +01:00
add fix for locked metadata
This commit is contained in:
parent
9e5030f396
commit
63129b467c
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ namespace MediaBrowser.Providers.Manager
|
|||
refreshResult.UpdateType = refreshResult.UpdateType | ItemUpdateType.MetadataImport;
|
||||
|
||||
// Only one local provider allowed per item
|
||||
if (IsFullLocalMetadata(localItem.Item))
|
||||
if (item.IsLocked || IsFullLocalMetadata(localItem.Item))
|
||||
{
|
||||
hasLocalMetadata = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue