aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/EntryPoints/Notifications
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-04-03 18:15:23 -0400
committerLuke <luke.pulverenti@gmail.com>2016-04-03 18:15:23 -0400
commite343db46c5a053f1ad02f96f38a40d2d64581aa3 (patch)
treee25114e343a0f3e287722ec00a0bae32e776b846 /MediaBrowser.Server.Implementations/EntryPoints/Notifications
parentc2d84fc26da028ade684fdd7b924744d9c5fedfb (diff)
parent4afc2c9156a266a980d06b6657a74f0f4ad47a65 (diff)
Merge pull request #1624 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints/Notifications')
-rw-r--r--MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs b/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
index 918110226..9e68ce4ef 100644
--- a/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
+++ b/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
@@ -116,7 +116,8 @@ namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
var notification = new NotificationRequest
{
- NotificationType = type
+ NotificationType = type,
+ Url = e.Argument.infoUrl
};
notification.Variables["Version"] = e.Argument.versionStr;