aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Services/RouteAttribute.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-11 15:25:13 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-11 15:25:13 -0400
commit2f99a78230b397535d7ea0b9e335a00b438379b4 (patch)
treec4f381ddde5fd428f11c1b8b602f31c6d3eb2166 /MediaBrowser.Model/Services/RouteAttribute.cs
parent95084d6f7d03594b1d4939067609d0065e08d606 (diff)
3.2.30.17
Diffstat (limited to 'MediaBrowser.Model/Services/RouteAttribute.cs')
-rw-r--r--MediaBrowser.Model/Services/RouteAttribute.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Services/RouteAttribute.cs b/MediaBrowser.Model/Services/RouteAttribute.cs
index 5a39688da..264500e60 100644
--- a/MediaBrowser.Model/Services/RouteAttribute.cs
+++ b/MediaBrowser.Model/Services/RouteAttribute.cs
@@ -88,6 +88,10 @@ namespace MediaBrowser.Model.Services
/// </summary>
public string Summary { get; set; }
+ public string Description { get; set; }
+
+ public bool IsHidden { get; set; }
+
/// <summary>
/// Gets or sets longer text to explain the behaviour of the route.
/// </summary>