|
|
@ -48,6 +48,7 @@ namespace Radarr.Http.Frontend
|
|
|
|
builder.AppendLine($" apiKey: '{_apiKey}',");
|
|
|
|
builder.AppendLine($" apiKey: '{_apiKey}',");
|
|
|
|
builder.AppendLine($" release: '{BuildInfo.Release}',");
|
|
|
|
builder.AppendLine($" release: '{BuildInfo.Release}',");
|
|
|
|
builder.AppendLine($" version: '{BuildInfo.Version.ToString()}',");
|
|
|
|
builder.AppendLine($" version: '{BuildInfo.Version.ToString()}',");
|
|
|
|
|
|
|
|
builder.AppendLine($" instanceName: '{_configFileProvider.InstanceName.ToString()}',");
|
|
|
|
builder.AppendLine($" branch: '{_configFileProvider.Branch.ToLower()}',");
|
|
|
|
builder.AppendLine($" branch: '{_configFileProvider.Branch.ToLower()}',");
|
|
|
|
builder.AppendLine($" analytics: {_analyticsService.IsEnabled.ToString().ToLowerInvariant()},");
|
|
|
|
builder.AppendLine($" analytics: {_analyticsService.IsEnabled.ToString().ToLowerInvariant()},");
|
|
|
|
builder.AppendLine($" userHash: '{HashUtil.AnonymousToken()}',");
|
|
|
|
builder.AppendLine($" userHash: '{HashUtil.AnonymousToken()}',");
|
|
|
|