1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00

Couple name fixes

This commit is contained in:
Mark McDowall
2015-04-26 01:21:54 -07:00
parent 702b4429ac
commit f90fdef50d
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ namespace NzbDrone.Core.Download.Clients.Nzbget
{
get
{
return "nzbget";
return "NZBGet";
}
}

View File

@@ -177,7 +177,7 @@ namespace NzbDrone.Core.Download.Clients.Sabnzbd
{
get
{
return "SABnzb";
return "SABnzbd";
}
}