aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/ServerConfiguration.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
-rw-r--r--MediaBrowser.Model/Configuration/ServerConfiguration.cs10
1 files changed, 9 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
index 8e0425447..11b0153b8 100644
--- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs
+++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
@@ -261,7 +261,15 @@ namespace MediaBrowser.Model.Configuration
[ProtoMember(57)]
public bool EnableDeveloperTools { get; set; }
- // Next Proto number ====> 61
+ /// <summary>
+ /// Gets or sets a value indicating whether [enable dashboard response caching].
+ /// Allows potential contributors without visual studio to modify production dashboard code and test changes.
+ /// </summary>
+ /// <value><c>true</c> if [enable dashboard response caching]; otherwise, <c>false</c>.</value>
+ [ProtoMember(61)]
+ public bool EnableDashboardResponseCaching { get; set; }
+
+ // Next Proto number ====> 62
/// <summary>
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.