limit the extensions that are factored into the file stamp check

This commit is contained in:
Luke Pulverenti
2013-06-21 14:50:44 -04:00
parent 9b6e0c88f2
commit d32c71ca39
11 changed files with 146 additions and 90 deletions

View File

@@ -27,10 +27,6 @@ namespace MediaBrowser.Controller.Providers
/// </summary>
/// <value>The provider version.</value>
public string ProviderVersion { get; set; }
/// <summary>
/// Contains a has of data that can be used to determine if the provider should refresh again
/// </summary>
public Guid Data { get; set; }
}
/// <summary>