diff --git a/src/NzbDrone.Core/Download/Clients/Deluge/DelugeSettings.cs b/src/NzbDrone.Core/Download/Clients/Deluge/DelugeSettings.cs index ece3a9795..74f3edab7 100644 --- a/src/NzbDrone.Core/Download/Clients/Deluge/DelugeSettings.cs +++ b/src/NzbDrone.Core/Download/Clients/Deluge/DelugeSettings.cs @@ -26,7 +26,7 @@ public DelugeSettings() Host = "localhost"; Port = 8112; Password = "deluge"; - TvCategory = "tv-drone"; + TvCategory = "tv-sonnar"; } [FieldDefinition(0, Label = "Host", Type = FieldType.Textbox)] diff --git a/src/NzbDrone.Core/Download/Clients/uTorrent/UTorrentSettings.cs b/src/NzbDrone.Core/Download/Clients/uTorrent/UTorrentSettings.cs index c47eca8c4..f88821682 100644 --- a/src/NzbDrone.Core/Download/Clients/uTorrent/UTorrentSettings.cs +++ b/src/NzbDrone.Core/Download/Clients/uTorrent/UTorrentSettings.cs @@ -24,7 +24,7 @@ public UTorrentSettings() { Host = "localhost"; Port = 9091; - TvCategory = "tv-drone"; + TvCategory = "tv-sonarr"; } [FieldDefinition(0, Label = "Host", Type = FieldType.Textbox)]