aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-04-03 14:23:17 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-04-03 14:23:17 -0400
commit4afc2c9156a266a980d06b6657a74f0f4ad47a65 (patch)
treeb83bc4da5e6ab2d18b658e484fc72e4c7d2553dc /MediaBrowser.Common.Implementations
parent91ee2e22a82773a86832a0ce96a309403ab3bb78 (diff)
set notification info url
Diffstat (limited to 'MediaBrowser.Common.Implementations')
-rw-r--r--MediaBrowser.Common.Implementations/Updates/GithubUpdater.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Updates/GithubUpdater.cs b/MediaBrowser.Common.Implementations/Updates/GithubUpdater.cs
index 82ebf92b2b..2ffaedc4be 100644
--- a/MediaBrowser.Common.Implementations/Updates/GithubUpdater.cs
+++ b/MediaBrowser.Common.Implementations/Updates/GithubUpdater.cs
@@ -111,7 +111,8 @@ namespace MediaBrowser.Common.Implementations.Updates
targetFilename = targetFilename,
versionStr = version.ToString(),
requiredVersionStr = "1.0.0",
- description = obj.body
+ description = obj.body,
+ infoUrl = obj.html_url
}
};
}