diff options
| author | Michalis Adamidis <gsnerf@gsnerf.de> | 2014-08-30 02:05:33 +0200 |
|---|---|---|
| committer | Michalis Adamidis <gsnerf@gsnerf.de> | 2014-08-30 02:05:33 +0200 |
| commit | 7c5613fc51738cb3af1ce3e7ada9eb19a54b3aed (patch) | |
| tree | dfd23a717d87e1da776a74f9952a5fae8f215b4a /MediaBrowser.Model/Notifications/NotificationRequest.cs | |
| parent | 5740a4c22d676d0050e875b0bd5455f5a303f5bd (diff) | |
| parent | 6a9dbf6ae85b4e7abcf06f7f29ef9d8b0b890876 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Model/Notifications/NotificationRequest.cs')
| -rw-r--r-- | MediaBrowser.Model/Notifications/NotificationRequest.cs | 4 |
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 |
