Browse Source

Don't enable subtitles by default

pull/66/head
Ruud 14 years ago
parent
commit
69dbfd7c63
  1. 2
      couchpotato/core/plugins/subtitle/__init__.py

2
couchpotato/core/plugins/subtitle/__init__.py

@ -13,7 +13,7 @@ config = [{
{ {
'name': 'enabled', 'name': 'enabled',
'label': 'Search and download subtitles', 'label': 'Search and download subtitles',
'default': True, 'default': False,
'type': 'enabler', 'type': 'enabler',
}, },
{ {

Loading…
Cancel
Save