1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

New: button on update notification to go to change log

This commit is contained in:
Mark McDowall
2015-01-20 23:06:22 -08:00
parent 5fa62965fb
commit 76acc8ffa6
3 changed files with 18 additions and 7 deletions
@@ -93,8 +93,8 @@ namespace NzbDrone.Api.Frontend.Mappers
text = text.Replace("API_KEY", API_KEY);
text = text.Replace("APP_VERSION", BuildInfo.Version.ToString());
text = text.Replace("APP_BRANCH", _configFileProvider.Branch.ToLower());
text = text.Replace("APP_ANALYTICS", _analyticsService.IsEnabled.ToString().ToLowerInvariant());
text = text.Replace("URL_BASE", _configFileProvider.UrlBase);
_generatedContent = text;