diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-02 00:31:47 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-02 00:31:47 -0400 |
| commit | 911d9f4598e4cafe24a8eb6d40a0d95356d3437c (patch) | |
| tree | f388b7f2873f1111f77620a04a9e4605effb481d /MediaBrowser.Model/Configuration/ChapterOptions.cs | |
| parent | 1454e07c545997ca142e993cfe435987705309d7 (diff) | |
move more metadata settings to per library
Diffstat (limited to 'MediaBrowser.Model/Configuration/ChapterOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ChapterOptions.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Configuration/ChapterOptions.cs b/MediaBrowser.Model/Configuration/ChapterOptions.cs index f9ff6b4f9..c7bb6f861 100644 --- a/MediaBrowser.Model/Configuration/ChapterOptions.cs +++ b/MediaBrowser.Model/Configuration/ChapterOptions.cs @@ -2,17 +2,11 @@ { public class ChapterOptions { - public bool EnableMovieChapterImageExtraction { get; set; } - public bool EnableEpisodeChapterImageExtraction { get; set; } - public bool EnableOtherVideoChapterImageExtraction { get; set; } - public bool DownloadMovieChapters { get; set; } public bool DownloadEpisodeChapters { get; set; } public string[] FetcherOrder { get; set; } public string[] DisabledFetchers { get; set; } - - public bool ExtractDuringLibraryScan { get; set; } public ChapterOptions() { |
