From 98c0b28d14d68cc2989fb60fb09dde0501a8d928 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 30 Apr 2014 11:07:02 -0400 Subject: re-enable mobile media controller --- MediaBrowser.Model/Configuration/NotificationOptions.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Model/Configuration/NotificationOptions.cs') diff --git a/MediaBrowser.Model/Configuration/NotificationOptions.cs b/MediaBrowser.Model/Configuration/NotificationOptions.cs index f1d9fad30..fedc1c2f8 100644 --- a/MediaBrowser.Model/Configuration/NotificationOptions.cs +++ b/MediaBrowser.Model/Configuration/NotificationOptions.cs @@ -145,6 +145,12 @@ namespace MediaBrowser.Model.Configuration /// The title format string. public string Title { get; set; } + /// + /// Gets or sets the description. + /// + /// The description. + public string Description { get; set; } + /// /// Gets or sets the disabled services. /// -- cgit v1.2.3