mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-30 02:41:45 +00:00
Couple name fixes
This commit is contained in:
parent
702b4429ac
commit
f90fdef50d
2 changed files with 2 additions and 2 deletions
|
@ -191,7 +191,7 @@ public override string Name
|
|||
{
|
||||
get
|
||||
{
|
||||
return "nzbget";
|
||||
return "NZBGet";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@ public override string Name
|
|||
{
|
||||
get
|
||||
{
|
||||
return "SABnzb";
|
||||
return "SABnzbd";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue