From 4585605eade36197743d4a996e101ee8e5bd1eca Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 27 Nov 2014 07:46:45 -0800 Subject: [PATCH] Changed default categories from tv-drone to tv-sonarr --- src/NzbDrone.Core/Download/Clients/Deluge/DelugeSettings.cs | 2 +- src/NzbDrone.Core/Download/Clients/uTorrent/UTorrentSettings.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)]