From f6e77c6a5b4adf619c44ccfcde3c24da66a4fc7f Mon Sep 17 00:00:00 2001 From: Ruud Burger Date: Wed, 17 Aug 2011 17:36:19 +0200 Subject: [PATCH] Default 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 2d7d3c91..af426503 100644 --- a/couchpotato/core/plugins/searcher/__init__.py +++ b/couchpotato/core/plugins/searcher/__init__.py @@ -21,7 +21,7 @@ config = [{ { 'name': 'ignored_words', 'label': 'Ignored words', - 'default': '', + 'default': 'german, swesub, french, danish, dubbed, swedish, korsub', }, ], }, {