diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-11 13:09:10 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-11 13:09:10 -0400 |
| commit | 0f760af82c8f9186271ea68bd7b82a25475630f7 (patch) | |
| tree | 6aed8a3eb48646e340ee710e770b1c8feeb93b4a /MediaBrowser.Model/Configuration/LibraryOptions.cs | |
| parent | d87cfdb2606ba933d959b6abe95acccf864acf3d (diff) | |
move download images in advance option from global to per library
Diffstat (limited to 'MediaBrowser.Model/Configuration/LibraryOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/LibraryOptions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Configuration/LibraryOptions.cs b/MediaBrowser.Model/Configuration/LibraryOptions.cs index 551363223..770ad433d 100644 --- a/MediaBrowser.Model/Configuration/LibraryOptions.cs +++ b/MediaBrowser.Model/Configuration/LibraryOptions.cs @@ -8,6 +8,7 @@ public int SchemaVersion { get; set; } public bool EnableChapterImageExtraction { get; set; } public bool ExtractChapterImagesDuringLibraryScan { get; set; } + public bool DownloadImagesInAdvance { get; set; } public LibraryOptions() { |
