aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-30 15:23:56 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-30 15:23:56 -0400
commitb276db5e5c9af01613e88dd27dfff6e3be5c05ac (patch)
tree8fb63c08f71473d1ea7264a2d1e4460214f61fa7 /MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
parent9bd3195d5b7dfdff4f54932c45d18ed3ef1012dc (diff)
updated translations
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs')
-rw-r--r--MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs b/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
index 930eebfd0..b10b64c3e 100644
--- a/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
+++ b/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
@@ -99,7 +99,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
var notification = new NotificationRequest
{
- Description = installationInfo.Description,
+ Description = e.Argument.Item2.description,
NotificationType = type
};