adjust default provider order

This commit is contained in:
Luke Pulverenti
2017-10-05 14:10:07 -04:00
parent fd621bbc52
commit 51ca72ab5d
10 changed files with 27 additions and 14 deletions

View File

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