diff options
Diffstat (limited to 'MediaBrowser.Model/Notifications')
| -rw-r--r-- | MediaBrowser.Model/Notifications/Notification.cs | 2 |
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() |
