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', }, {