diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-02-26 16:11:09 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-02-26 16:11:09 +0100 |
| commit | d95ccbacac7df20ab445e73dd9405ec1391c7a7a (patch) | |
| tree | 84f78195034601843df09a839c11f0e80dcdc35c /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | 192ec57b608a2cd1f8b337fb416b84abccd7a2a0 (diff) | |
Use IsHostingContent instead of explicitly checking ContentRoot
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 5280d455c..43a84d381 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -149,9 +149,9 @@ namespace MediaBrowser.Model.Configuration public bool EnableDashboardResponseCaching { get; set; } /// <summary> - /// Allows the dashboard to be served from a custom path. + /// Gets or sets a custom path to serve the dashboard from. /// </summary> - /// <value>The dashboard source path.</value> + /// <value>The dashboard source path, or null if the default path should be used.</value> public string DashboardSourcePath { get; set; } /// <summary> |
