aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/ChapterOptions.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-29 02:14:59 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-29 02:14:59 -0500
commit853dbfc558e271d2287ff30c774884072ee1aa6e (patch)
treee2784c6440b93fe4ff3aec5e3efa67056413a024 /MediaBrowser.Model/Configuration/ChapterOptions.cs
parentcf720d2d659850cbd3d568984c39527aae0450c3 (diff)
separate player selection into it's own script
Diffstat (limited to 'MediaBrowser.Model/Configuration/ChapterOptions.cs')
-rw-r--r--MediaBrowser.Model/Configuration/ChapterOptions.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Model/Configuration/ChapterOptions.cs b/MediaBrowser.Model/Configuration/ChapterOptions.cs
deleted file mode 100644
index 1c2b0c527..000000000
--- a/MediaBrowser.Model/Configuration/ChapterOptions.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-namespace MediaBrowser.Model.Configuration
-{
- public class ChapterOptions
- {
- public bool EnableMovieChapterImageExtraction { get; set; }
- public bool EnableEpisodeChapterImageExtraction { get; set; }
- public bool EnableOtherVideoChapterImageExtraction { get; set; }
-
- public bool ExtractDuringLibraryScan { get; set; }
- }
-} \ No newline at end of file