fixed virtual episode image saving

This commit is contained in:
Luke Pulverenti
2013-10-25 16:58:31 -04:00
parent f3ecfc4e05
commit b487794860
3 changed files with 10 additions and 19 deletions

View File

@@ -1530,7 +1530,8 @@ namespace MediaBrowser.Controller.Entities
}
// Refresh metadata
return RefreshMetadata(CancellationToken.None, forceSave: true);
// Need to disable slow providers or the image might get re-downloaded
return RefreshMetadata(CancellationToken.None, forceSave: true, allowSlowProviders: false);
}
/// <summary>