diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-03 14:23:17 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-03 14:23:17 -0400 |
| commit | 4afc2c9156a266a980d06b6657a74f0f4ad47a65 (patch) | |
| tree | b83bc4da5e6ab2d18b658e484fc72e4c7d2553dc /MediaBrowser.Server.Implementations/EntryPoints/Notifications | |
| parent | 91ee2e22a82773a86832a0ce96a309403ab3bb78 (diff) | |
set notification info url
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints/Notifications')
| -rw-r--r-- | MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs | 3 |
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 9181102261..9e68ce4efa 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; |
