diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-25 22:30:52 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-25 22:30:52 -0400 |
| commit | 6780e146a0bbea7065f478f957642a8ce50a6643 (patch) | |
| tree | 32ec6e91597e6202049e00e712c7162f400601d2 /MediaBrowser.Server.Implementations/Notifications/NotificationManager.cs | |
| parent | 73082a0449bcab1a9ed2932a8fe8af81dd88febc (diff) | |
remember display mirroring
Diffstat (limited to 'MediaBrowser.Server.Implementations/Notifications/NotificationManager.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Notifications/NotificationManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Notifications/NotificationManager.cs b/MediaBrowser.Server.Implementations/Notifications/NotificationManager.cs index 7286846db..3558922d8 100644 --- a/MediaBrowser.Server.Implementations/Notifications/NotificationManager.cs +++ b/MediaBrowser.Server.Implementations/Notifications/NotificationManager.cs @@ -44,7 +44,6 @@ namespace MediaBrowser.Server.Implementations.Notifications GetConfiguration().GetOptions(notificationType); var users = GetUserIds(request, options) - .Except(request.ExcludeUserIds) .Select(i => _userManager.GetUserById(new Guid(i))); var title = GetTitle(request, options); |
