diff options
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index d125047f5..f4e1d84ac 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -268,7 +268,14 @@ namespace MediaBrowser.Model.Configuration /// <value><c>true</c> if [enable dashboard response caching]; otherwise, <c>false</c>.</value> [ProtoMember(61)] public bool EnableDashboardResponseCaching { get; set; } - + + /// <summary> + /// Allows the dashboard to be served from a custom path. + /// </summary> + /// <value>The dashboard source path.</value> + [ProtoMember(62)] + public string DashboardSourcePath { get; set; } + // Next Proto number ====> 62 /// <summary> |
