mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-10 22:52:25 +00:00
updated service stack
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user