plugins/untrackme: toggle display_corrections off
Seems to work ok, and it's quite noisy in the information buffer. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
81b9f45bbb
commit
65db4a22d4
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class Plugin(BasePlugin):
|
||||||
'default': {
|
'default': {
|
||||||
'cleanup': True,
|
'cleanup': True,
|
||||||
'redirect': True,
|
'redirect': True,
|
||||||
'display_corrections': True,
|
'display_corrections': False,
|
||||||
},
|
},
|
||||||
'services': {
|
'services': {
|
||||||
'invidious': 'https://invidio.us',
|
'invidious': 'https://invidio.us',
|
||||||
|
|
Loading…
Reference in a new issue