add setting to control import of missing episodes

This commit is contained in:
Luke Pulverenti
2016-11-22 13:22:01 -05:00
parent 70df357e1e
commit 3f68882fa8
35 changed files with 58 additions and 50 deletions

View File

@@ -13,6 +13,7 @@
public bool SaveLocalMetadata { get; set; }
public bool EnableInternetProviders { get; set; }
public bool ImportMissingEpisodes { get; set; }
public LibraryOptions()
{