From 9a27cbab8c025b5c106e2ecb9dd85060cd90cc87 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 27 Apr 2014 13:54:43 -0400 Subject: added send to user mode --- MediaBrowser.Model/Notifications/Notification.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MediaBrowser.Model/Notifications/Notification.cs') 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 Variables { get; set; } + public SendToUserType? SendToUserMode { get; set; } + public NotificationRequest() { UserIds = new List(); -- cgit v1.2.3