updated nuget

This commit is contained in:
Luke Pulverenti
2014-04-27 15:30:12 -04:00
parent f476944d91
commit 3db92516be
6 changed files with 21 additions and 23 deletions

View File

@@ -149,7 +149,9 @@ namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
var notification = new NotificationRequest
{
NotificationType = GetPlaybackNotificationType(item.MediaType)
NotificationType = GetPlaybackNotificationType(item.MediaType),
ExcludeUserIds = e.Users.Select(i => i.Id.ToString("N")).ToList()
};
notification.Variables["ItemName"] = item.Name;