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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user