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/Notifications/Notification.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MediaBrowser.Model/Notifications/Notification.cs') diff --git a/MediaBrowser.Model/Notifications/Notification.cs b/MediaBrowser.Model/Notifications/Notification.cs index e5040373b2..d894911e7e 100644 --- a/MediaBrowser.Model/Notifications/Notification.cs +++ b/MediaBrowser.Model/Notifications/Notification.cs @@ -78,6 +78,8 @@ namespace MediaBrowser.Model.Notifications public string DefaultTitle { get; set; } + public string DefaultDescription { get; set; } + public List Variables { get; set; } public NotificationTypeInfo() -- cgit v1.2.3