fix refresh of tv recordings

This commit is contained in:
Luke Pulverenti
2014-02-10 15:11:46 -05:00
parent 326fa5a670
commit cf9ef0e43d
34 changed files with 88 additions and 187 deletions

View File

@@ -351,7 +351,7 @@ namespace MediaBrowser.Providers.Manager
return false;
}
if (item.LocationType != LocationType.FileSystem && provider is ILocalMetadataProvider)
if (!item.SupportsLocalMetadata && provider is ILocalMetadataProvider)
{
return false;
}