From 65db4a22d4685ecfb3a107d7931cff9170984a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 8 Sep 2020 09:51:06 +0200 Subject: plugins/untrackme: toggle display_corrections off MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seems to work ok, and it's quite noisy in the information buffer. Signed-off-by: Maxime “pep” Buquet --- plugins/untrackme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/untrackme.py b/plugins/untrackme.py index 5256edad..bf847ffd 100644 --- a/plugins/untrackme.py +++ b/plugins/untrackme.py @@ -53,7 +53,7 @@ class Plugin(BasePlugin): 'default': { 'cleanup': True, 'redirect': True, - 'display_corrections': True, + 'display_corrections': False, }, 'services': { 'invidious': 'https://invidio.us', -- cgit v1.2.3