diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-29 17:06:24 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-29 17:06:24 -0400 |
| commit | 2bdaba633cab470b25470a5bb05a34c4dfe8aec1 (patch) | |
| tree | 1f6865d4f0d962328af71b496e5647ff49cb15a7 /MediaBrowser.Model/Configuration/LibraryOptions.cs | |
| parent | 4cafe5c493644d36e17473a19f5467c76747648d (diff) | |
make chapter images a per-library setting
Diffstat (limited to 'MediaBrowser.Model/Configuration/LibraryOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/LibraryOptions.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Configuration/LibraryOptions.cs b/MediaBrowser.Model/Configuration/LibraryOptions.cs index 3fe694553..551363223 100644 --- a/MediaBrowser.Model/Configuration/LibraryOptions.cs +++ b/MediaBrowser.Model/Configuration/LibraryOptions.cs @@ -6,6 +6,8 @@ public bool EnablePhotos { get; set; } public bool EnableRealtimeMonitor { get; set; } public int SchemaVersion { get; set; } + public bool EnableChapterImageExtraction { get; set; } + public bool ExtractChapterImagesDuringLibraryScan { get; set; } public LibraryOptions() { |
