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 = {}