3.2.30.17

This commit is contained in:
Luke Pulverenti
2017-09-11 15:25:13 -04:00
parent 95084d6f7d
commit 2f99a78230
7 changed files with 30 additions and 16 deletions

View File

@@ -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>