aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/LibraryOptions.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-02-21 17:12:32 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-02-21 17:12:32 -0500
commit76b456d5e89415317c0556292057fdb1fe4bae9f (patch)
treee033e31c269ed5adaee52634c0ee2ecd188ac00e /MediaBrowser.Model/Configuration/LibraryOptions.cs
parent389d3f7629b05330c6d3b29299da3198396728c1 (diff)
add setting to prefer filename or embedded title
Diffstat (limited to 'MediaBrowser.Model/Configuration/LibraryOptions.cs')
-rw-r--r--MediaBrowser.Model/Configuration/LibraryOptions.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Configuration/LibraryOptions.cs b/MediaBrowser.Model/Configuration/LibraryOptions.cs
index 24bc5dd11..7af0acc59 100644
--- a/MediaBrowser.Model/Configuration/LibraryOptions.cs
+++ b/MediaBrowser.Model/Configuration/LibraryOptions.cs
@@ -14,6 +14,7 @@
public bool EnableInternetProviders { get; set; }
public bool ImportMissingEpisodes { get; set; }
public bool EnableAutomaticSeriesGrouping { get; set; }
+ public bool EnableEmbeddedTitles { get; set; }
/// <summary>
/// Gets or sets the preferred metadata language.