From ab7989773ad28902c09e188a9cf47bbd72c53de8 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 27 May 2012 12:47:30 +0200 Subject: [PATCH] Add truefrench to ignored words --- couchpotato/core/plugins/searcher/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/searcher/__init__.py b/couchpotato/core/plugins/searcher/__init__.py index a3f8855..7ecd29b 100644 --- a/couchpotato/core/plugins/searcher/__init__.py +++ b/couchpotato/core/plugins/searcher/__init__.py @@ -29,7 +29,7 @@ config = [{ { 'name': 'ignored_words', 'label': 'Ignored words', - 'default': 'german, dutch, french, danish, swedish, spanish, italian, korean, dubbed, swesub, korsub', + 'default': 'german, dutch, french, truefrench, danish, swedish, spanish, italian, korean, dubbed, swesub, korsub', }, ], }, {