diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-27 13:54:43 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-27 13:54:43 -0400 |
| commit | 9a27cbab8c025b5c106e2ecb9dd85060cd90cc87 (patch) | |
| tree | 73964c9502ca988353429524743715e4ae3e9b20 /MediaBrowser.Model/Notifications/Notification.cs | |
| parent | bfe76e2077db3ce07363407a73f4d5f99e7625b7 (diff) | |
added send to user mode
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>(); |
