From 69dbfd7c631a471243b8e9860e28c1c538c03feb Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 8 Jan 2012 14:27:31 +0100 Subject: [PATCH] Don't enable subtitles by default --- couchpotato/core/plugins/subtitle/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/subtitle/__init__.py b/couchpotato/core/plugins/subtitle/__init__.py index 231aebf..88728bd 100644 --- a/couchpotato/core/plugins/subtitle/__init__.py +++ b/couchpotato/core/plugins/subtitle/__init__.py @@ -13,7 +13,7 @@ config = [{ { 'name': 'enabled', 'label': 'Search and download subtitles', - 'default': True, + 'default': False, 'type': 'enabler', }, {