From faefd7a5b5cd6cb760eacc9a5595ccab91bb64de Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 23 Sep 2014 16:54:24 +0200 Subject: [PATCH] Traks notifier always enabled --- couchpotato/core/notifications/trakt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/notifications/trakt.py b/couchpotato/core/notifications/trakt.py index fe170be8..91c6ae16 100644 --- a/couchpotato/core/notifications/trakt.py +++ b/couchpotato/core/notifications/trakt.py @@ -17,6 +17,7 @@ class Trakt(Notification): } listen_to = ['movie.snatched'] + enabled_option = 'notification_enabled' def notify(self, message = '', data = None, listener = None): if not data: data = {}