|
|
@ -93,6 +93,7 @@ namespace NzbDrone.Api.Frontend.Mappers
|
|
|
|
text = text.Replace("API_ROOT", URL_BASE + "/api");
|
|
|
|
text = text.Replace("API_ROOT", URL_BASE + "/api");
|
|
|
|
text = text.Replace("API_KEY", API_KEY);
|
|
|
|
text = text.Replace("API_KEY", API_KEY);
|
|
|
|
text = text.Replace("APP_VERSION", BuildInfo.Version.ToString());
|
|
|
|
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("APP_ANALYTICS", _analyticsService.IsEnabled.ToString().ToLowerInvariant());
|
|
|
|
|
|
|
|
|
|
|
|