diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-04-01 22:42:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-01 22:42:43 +0200 |
| commit | f31efce52db9dbd726cce55ea099c0c5165da566 (patch) | |
| tree | b07d4daa00a930e744008d0955e35a9102e85052 /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | ddd5d3aaecd2837e37c6570af4e798b64a862348 (diff) | |
| parent | 07ea120ba961c20717dba625edb462d09e5ebec3 (diff) | |
Merge branch 'master' into usings
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 dfb563180..3107ec242 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -148,9 +148,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> |
