Added ServerName

This commit is contained in:
Luke Pulverenti
2014-02-28 23:12:39 -05:00
parent 4aaf10cb1e
commit be36f1ef4c
3 changed files with 46 additions and 1 deletions

View File

@@ -209,6 +209,8 @@ namespace MediaBrowser.Model.Configuration
public bool EnableRealtimeMonitor { get; set; }
public PathSubstitution[] PathSubstitutions { get; set; }
public string ServerName { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
/// </summary>