updated service stack
This commit is contained in:
parent
0d4e042d89
commit
d537826d81
|
@ -312,6 +312,7 @@ namespace MediaBrowser.Providers.Manager
|
|||
|
||||
// Only one local provider allowed per item
|
||||
hasLocalMetadata = true;
|
||||
item.IsUnidentified = false;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -58,6 +58,11 @@ namespace MediaBrowser.Providers.Manager
|
|||
target.OfficialRatingDescription = source.OfficialRatingDescription;
|
||||
}
|
||||
|
||||
if (replaceData || string.IsNullOrEmpty(target.CustomRating))
|
||||
{
|
||||
target.CustomRating = source.CustomRating;
|
||||
}
|
||||
|
||||
if (!lockedFields.Contains(MetadataFields.Overview))
|
||||
{
|
||||
if (replaceData || string.IsNullOrEmpty(target.Overview))
|
||||
|
|
Loading…
Reference in New Issue
Block a user