From a2dc5e090bac15ee2dd7c83281aa9fada1f74734 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 8 Sep 2014 21:15:31 -0400 Subject: update translations --- MediaBrowser.Model/Configuration/ChapterOptions.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MediaBrowser.Model/Configuration/ChapterOptions.cs') diff --git a/MediaBrowser.Model/Configuration/ChapterOptions.cs b/MediaBrowser.Model/Configuration/ChapterOptions.cs index 2e882ee61..fd3930704 100644 --- a/MediaBrowser.Model/Configuration/ChapterOptions.cs +++ b/MediaBrowser.Model/Configuration/ChapterOptions.cs @@ -12,9 +12,12 @@ public string[] FetcherOrder { get; set; } public string[] DisabledFetchers { get; set; } + public bool ExtractDuringLibraryScan { get; set; } + public ChapterOptions() { DownloadMovieChapters = true; + ExtractDuringLibraryScan = true; DisabledFetchers = new string[] { }; FetcherOrder = new string[] { }; -- cgit v1.2.3