mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-24 07:01:29 +00:00
Fixed typo in Deluge default TvCategory.
This commit is contained in:
parent
5f46f7e9f2
commit
96b7847471
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace NzbDrone.Core.Download.Clients.Deluge
|
|||
Host = "localhost";
|
||||
Port = 8112;
|
||||
Password = "deluge";
|
||||
TvCategory = "tv-sonnar";
|
||||
TvCategory = "tv-sonarr";
|
||||
}
|
||||
|
||||
[FieldDefinition(0, Label = "Host", Type = FieldType.Textbox)]
|
||||
|
|
Loading…
Reference in a new issue