mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add fix for locked metadata
This commit is contained in:
parent
9e5030f396
commit
63129b467c
@ -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…
x
Reference in New Issue
Block a user