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