From 43df2956fb0bee1d7705957967da758e0b412b99 Mon Sep 17 00:00:00 2001 From: Ade Date: Wed, 25 Apr 2018 11:48:54 +1200 Subject: [PATCH] Remove t411 pt2 --- headphones/searcher.py | 3 +-- headphones/webserve.py | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index 5f46335f..d223fc5c 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -280,8 +280,7 @@ def do_sorted_search(album, new, losslessOnly, choose_specific_download=False): headphones.CONFIG.RUTRACKER or headphones.CONFIG.APOLLO or headphones.CONFIG.REDACTED or - headphones.CONFIG.STRIKE or - headphones.CONFIG.TQUATTRECENTONZE) + headphones.CONFIG.STRIKE) results = [] myDB = db.DBConnection() diff --git a/headphones/webserve.py b/headphones/webserve.py index 324988fe..542a5b3c 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -1256,9 +1256,6 @@ class WebInterface(object): "redacted_ratio": headphones.CONFIG.REDACTED_RATIO, "use_strike": checked(headphones.CONFIG.STRIKE), "strike_ratio": headphones.CONFIG.STRIKE_RATIO, - "use_tquattrecentonze": checked(headphones.CONFIG.TQUATTRECENTONZE), - "tquattrecentonze_user": headphones.CONFIG.TQUATTRECENTONZE_USER, - "tquattrecentonze_password": headphones.CONFIG.TQUATTRECENTONZE_PASSWORD, "pref_qual_0": radio(headphones.CONFIG.PREFERRED_QUALITY, 0), "pref_qual_1": radio(headphones.CONFIG.PREFERRED_QUALITY, 1), "pref_qual_2": radio(headphones.CONFIG.PREFERRED_QUALITY, 2), @@ -1467,7 +1464,7 @@ class WebInterface(object): "use_newznab", "newznab_enabled", "use_torznab", "torznab_enabled", "use_nzbsorg", "use_omgwtfnzbs", "use_kat", "use_piratebay", "use_oldpiratebay", "use_mininova", "use_waffles", "use_rutracker", - "use_apollo", "use_redacted", "use_strike", "use_tquattrecentonze", "preferred_bitrate_allow_lossless", + "use_apollo", "use_redacted", "use_strike", "preferred_bitrate_allow_lossless", "detect_bitrate", "ignore_clean_releases", "freeze_db", "cue_split", "move_files", "rename_files", "correct_metadata", "cleanup_files", "keep_nfo", "add_album_art", "embed_album_art", "embed_lyrics",