aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/LibraryOptions.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/LibraryOptions.cs
parentcf720d2d659850cbd3d568984c39527aae0450c3 (diff)
separate player selection into it's own script
Diffstat (limited to 'MediaBrowser.Model/Configuration/LibraryOptions.cs')
-rw-r--r--MediaBrowser.Model/Configuration/LibraryOptions.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Configuration/LibraryOptions.cs b/MediaBrowser.Model/Configuration/LibraryOptions.cs
index e79253d19..8e344f76e 100644
--- a/MediaBrowser.Model/Configuration/LibraryOptions.cs
+++ b/MediaBrowser.Model/Configuration/LibraryOptions.cs
@@ -5,7 +5,6 @@
public bool EnableArchiveMediaFiles { get; set; }
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 bool DownloadImagesInAdvance { get; set; }