aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Notifications/Notification.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-30 11:07:02 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-30 11:07:02 -0400
commit98c0b28d14d68cc2989fb60fb09dde0501a8d928 (patch)
tree82fee78dd8e0c1f003364ca1320eb1b0061e3d6b /MediaBrowser.Model/Notifications/Notification.cs
parente9fb806478e974b200b54f8acff5eb09bdef4c32 (diff)
re-enable mobile media controller
Diffstat (limited to 'MediaBrowser.Model/Notifications/Notification.cs')
-rw-r--r--MediaBrowser.Model/Notifications/Notification.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Notifications/Notification.cs b/MediaBrowser.Model/Notifications/Notification.cs
index e5040373b..d894911e7 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<string> Variables { get; set; }
public NotificationTypeInfo()