aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/ChapterOptions.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-10-02 02:20:16 -0400
committerGitHub <noreply@github.com>2016-10-02 02:20:16 -0400
commit696cdf27377013cc9237f0ad0ac0614f2ff1cd59 (patch)
tree39f835c844b44ce43ad5a967ce4854c5263d83ed /MediaBrowser.Model/Configuration/ChapterOptions.cs
parent8d486444c9b72704f35153f07affd41c67df19a8 (diff)
parentcf4f5039bffa504b65569e2be5b2711e803e105b (diff)
Merge pull request #2207 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/Configuration/ChapterOptions.cs')
-rw-r--r--MediaBrowser.Model/Configuration/ChapterOptions.cs6
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()
{