fixes #553 - Support locking OfficialRating field

This commit is contained in:
Luke Pulverenti
2013-09-23 10:02:56 -04:00
parent 831c412ecf
commit b54240f679
6 changed files with 50 additions and 15 deletions

View File

@@ -128,7 +128,7 @@ namespace MediaBrowser.Server.Implementations.Providers
// Put this check below the await because the needs refresh of the next tier of providers may depend on the previous ones running
// This is the case for the fan art provider which depends on the movie and tv providers having run before them
if (provider.RequiresInternet && item.DontFetchMeta)
if (provider.RequiresInternet && item.DontFetchMeta && provider.EnforceDontFetchMetadata)
{
continue;
}