From dd9f4025442bab29c6c0d070d88830e57b2f93d2 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 18 Oct 2011 23:12:45 +0200 Subject: [PATCH] Enable some providers by default --- couchpotato/core/providers/nzb/moovee/__init__.py | 1 + couchpotato/core/providers/nzb/x264/__init__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/couchpotato/core/providers/nzb/moovee/__init__.py b/couchpotato/core/providers/nzb/moovee/__init__.py index 5a1c20a..015073f 100644 --- a/couchpotato/core/providers/nzb/moovee/__init__.py +++ b/couchpotato/core/providers/nzb/moovee/__init__.py @@ -14,6 +14,7 @@ config = [{ { 'name': 'enabled', 'type': 'enabler', + 'default': True, }, ], }, diff --git a/couchpotato/core/providers/nzb/x264/__init__.py b/couchpotato/core/providers/nzb/x264/__init__.py index b48a195..db581da 100644 --- a/couchpotato/core/providers/nzb/x264/__init__.py +++ b/couchpotato/core/providers/nzb/x264/__init__.py @@ -14,6 +14,7 @@ config = [{ { 'name': 'enabled', 'type': 'enabler', + 'default': True, }, ], },