mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 09:49:00 +00:00
Update UserAgentBuilder.cs
Make user-agent Radarr
This commit is contained in:
parent
1b035f8657
commit
b1b947ae7f
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@ public static class UserAgentBuilder
|
|||
|
||||
static UserAgentBuilder()
|
||||
{
|
||||
UserAgent = string.Format("Sonarr/{0} ({1} {2})",
|
||||
UserAgent = string.Format("Radarr/{0} ({1} {2})",
|
||||
BuildInfo.Version,
|
||||
OsInfo.Os, OsInfo.Version.ToString(2));
|
||||
|
||||
UserAgentSimplified = string.Format("Sonarr/{0}",
|
||||
UserAgentSimplified = string.Format("Radarr/{0}",
|
||||
BuildInfo.Version.ToString(2));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue