From 2f99a78230b397535d7ea0b9e335a00b438379b4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 11 Sep 2017 15:25:13 -0400 Subject: 3.2.30.17 --- MediaBrowser.Model/Services/RouteAttribute.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MediaBrowser.Model') 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 /// public string Summary { get; set; } + public string Description { get; set; } + + public bool IsHidden { get; set; } + /// /// Gets or sets longer text to explain the behaviour of the route. /// -- cgit v1.2.3