aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Notifications
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-25 22:30:52 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-25 22:30:52 -0400
commit6780e146a0bbea7065f478f957642a8ce50a6643 (patch)
tree32ec6e91597e6202049e00e712c7162f400601d2 /MediaBrowser.Model/Notifications
parent73082a0449bcab1a9ed2932a8fe8af81dd88febc (diff)
remember display mirroring
Diffstat (limited to 'MediaBrowser.Model/Notifications')
-rw-r--r--MediaBrowser.Model/Notifications/NotificationRequest.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/MediaBrowser.Model/Notifications/NotificationRequest.cs b/MediaBrowser.Model/Notifications/NotificationRequest.cs
index 6e9368f44..3cd463422 100644
--- a/MediaBrowser.Model/Notifications/NotificationRequest.cs
+++ b/MediaBrowser.Model/Notifications/NotificationRequest.cs
@@ -26,16 +26,12 @@ namespace MediaBrowser.Model.Notifications
public SendToUserType? SendToUserMode { get; set; }
- public List<string> ExcludeUserIds { get; set; }
-
public NotificationRequest()
{
UserIds = new List<string>();
Date = DateTime.UtcNow;
Variables = new Dictionary<string, string>();
-
- ExcludeUserIds = new List<string>();
}
}
} \ No newline at end of file