aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/ServerConfiguration.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-31 15:21:32 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-31 15:21:32 -0400
commit5bfcbd4e9e07880a55cd88be031b523832186d93 (patch)
tree72560ff07a80af5cffdfaadbf399e8b9cf46fc32 /MediaBrowser.Model/Configuration/ServerConfiguration.cs
parentd8ec7109ab5ec561254465e1664974049cc556d7 (diff)
update dlna profiles
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
-rw-r--r--MediaBrowser.Model/Configuration/ServerConfiguration.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
index a4a921821..e30364de9 100644
--- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs
+++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
@@ -17,6 +17,8 @@ namespace MediaBrowser.Model.Configuration
/// <value><c>true</c> if [enable u pn p]; otherwise, <c>false</c>.</value>
public bool EnableUPnP { get; set; }
+ public bool EnableSimpleSortNameHandling { get; set; }
+
/// <summary>
/// Gets or sets the public mapped port.
/// </summary>
@@ -77,8 +79,6 @@ namespace MediaBrowser.Model.Configuration
public string MetadataPath { get; set; }
public string MetadataNetworkPath { get; set; }
- public string LastVersion { get; set; }
-
/// <summary>
/// Gets or sets the display name of the season zero.
/// </summary>