Don't prefer OMDB rating over all other providers

This commit is contained in:
PingWin 2021-05-25 14:38:02 +00:00
parent 75704effae
commit 7cba148a30

View File

@ -55,7 +55,7 @@ namespace MediaBrowser.Providers.Manager
}
}
if (replaceData || !target.CommunityRating.HasValue || (source.CommunityRating.HasValue && string.Equals(sourceResult.Provider, "The Open Movie Database", StringComparison.OrdinalIgnoreCase)))
if (replaceData || !target.CommunityRating.HasValue)
{
target.CommunityRating = source.CommunityRating;
}