Traks notifier always enabled

This commit is contained in:
Ruud
2014-09-23 16:54:24 +02:00
parent 8f02b0eea0
commit faefd7a5b5
+1
View File
@@ -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 = {}