diff options
Diffstat (limited to 'MediaBrowser.Model/Notifications/Notification.cs')
| -rw-r--r-- | MediaBrowser.Model/Notifications/Notification.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Notifications/Notification.cs b/MediaBrowser.Model/Notifications/Notification.cs index 9b42d8a74..e69875a68 100644 --- a/MediaBrowser.Model/Notifications/Notification.cs +++ b/MediaBrowser.Model/Notifications/Notification.cs @@ -1,5 +1,6 @@ using System; using System.Collections.Generic; +using MediaBrowser.Model.Configuration; namespace MediaBrowser.Model.Notifications { @@ -48,6 +49,8 @@ namespace MediaBrowser.Model.Notifications public Dictionary<string, string> Variables { get; set; } + public SendToUserType? SendToUserMode { get; set; } + public NotificationRequest() { UserIds = new List<string>(); |
