diff --git a/CHANGES.md b/CHANGES.md index 3dfab7a4..12faab46 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -102,6 +102,8 @@ * Change improve highlight of shows found in database in "Add New Show" results * Change use full first aired date where available in "Add New Show" results * Change prevent duplicate results in "Add New Show" +* Add qBitTorrent to Search Settings/Torrent Search +* Add "Test NZBGet" client to Search Settings/NZB Search/NZBGet [develop changelog] * Change send nzb data to NZBGet for Anizb instead of url diff --git a/gui/slick/interfaces/default/config_providers.tmpl b/gui/slick/interfaces/default/config_providers.tmpl index 5463f446..f5e0596f 100644 --- a/gui/slick/interfaces/default/config_providers.tmpl +++ b/gui/slick/interfaces/default/config_providers.tmpl @@ -441,8 +441,8 @@ #end if - #if $hasattr($cur_torrent_provider, '_seed_ratio') and 'blackhole' != $sickbeard.TORRENT_METHOD: - #set $torrent_method_text = {'utorrent': 'uTorrent', 'transmission': 'Transmission', 'deluge': 'Deluge', 'download_station': 'Synology DS', 'rtorrent': 'rTorrent'} + #if $hasattr($cur_torrent_provider, '_seed_ratio') and $sickbeard.TORRENT_METHOD not in ('blackhole', 'qbittorrent'): + #set $torrent_method_text = {'deluge': 'Deluge', 'qbittorrent': 'qBittorrent', 'rtorrent': 'rTorrent', 'download_station': 'Synology DS', 'transmission': 'Transmission', 'utorrent': 'uTorrent'}
-
+
-
+
-
+
-
Click below to test
- +
Click below to test
+ +
@@ -401,16 +406,17 @@ -
+
-
+
-
+
-
+