make sure providers are trying again when appropiate

This commit is contained in:
Luke Pulverenti
2013-05-19 15:37:52 -04:00
parent 25314e1fc9
commit 2bd2a7bc68
14 changed files with 186 additions and 523 deletions

View File

@@ -117,18 +117,6 @@ namespace MediaBrowser.Controller.Providers.MediaInfo
return await MediaEncoder.GetMediaInfo(inputPath, type, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Gets a value indicating whether [refresh on version change].
/// </summary>
/// <value><c>true</c> if [refresh on version change]; otherwise, <c>false</c>.</value>
protected override bool RefreshOnVersionChange
{
get
{
return true;
}
}
/// <summary>
/// Mounts the iso if needed.
/// </summary>