diff --git a/couchpotato/core/plugins/subtitle/__init__.py b/couchpotato/core/plugins/subtitle/__init__.py index 903e934..858ce9d 100644 --- a/couchpotato/core/plugins/subtitle/__init__.py +++ b/couchpotato/core/plugins/subtitle/__init__.py @@ -20,14 +20,14 @@ config = [{ }, { 'name': 'languages', - 'description': 'The languages you want to download the sub', - }, - { - 'name': 'automatic', - 'default': True, - 'type': 'bool', - 'description': 'Automaticly search & download for movies in library', + 'description': 'Comma separated, 2 letter country code. Example: en, nl', }, +# { +# 'name': 'automatic', +# 'default': True, +# 'type': 'bool', +# 'description': 'Automaticly search & download for movies in library', +# }, ], }, ],