aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Notifications/Notification.cs
diff options
context:
space:
mode:
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()