back port model changes

This commit is contained in:
Luke Pulverenti
2015-11-25 12:39:58 -05:00
parent 56c71468b5
commit 2420f24ab1
5 changed files with 11 additions and 16 deletions

View File

@@ -13,11 +13,10 @@
public string[] DisabledFetchers { get; set; }
public bool ExtractDuringLibraryScan { get; set; }
public ChapterOptions()
{
DownloadMovieChapters = true;
ExtractDuringLibraryScan = true;
DisabledFetchers = new string[] { };
FetcherOrder = new string[] { };