1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-01 12:34:40 +00:00

Fixed typo in Deluge default TvCategory.

This commit is contained in:
Taloth Saldono 2015-01-09 17:31:51 +01:00
parent 5f46f7e9f2
commit 96b7847471

View file

@ -26,7 +26,7 @@ public DelugeSettings()
Host = "localhost";
Port = 8112;
Password = "deluge";
TvCategory = "tv-sonnar";
TvCategory = "tv-sonarr";
}
[FieldDefinition(0, Label = "Host", Type = FieldType.Textbox)]