restore dummy season folder creation

This commit is contained in:
Luke Pulverenti
2015-01-28 16:29:02 -05:00
parent c3dbca1507
commit 83ec91f836
10 changed files with 127 additions and 28 deletions

View File

@@ -11,6 +11,8 @@ namespace MediaBrowser.Controller.Providers
/// </summary>
public bool ReplaceAllMetadata { get; set; }
public bool IsPostRecursiveRefresh { get; set; }
public MetadataRefreshMode MetadataRefreshMode { get; set; }
public bool ForceSave { get; set; }