Browse Source

change in trakt.tv notify process

updated to only notify trakt.tv on a sucessfull download
pull/4958/head
MikeBuzz 10 years ago
parent
commit
010edc72ce
  1. 2
      couchpotato/core/notifications/trakt.py

2
couchpotato/core/notifications/trakt.py

@ -16,7 +16,7 @@ class Trakt(Notification, TraktBase):
'test': 'sync/last_activities',
}
listen_to = ['movie.snatched']
listen_to = ['renamer.after']
enabled_option = 'notification_enabled'
def notify(self, message = '', data = None, listener = None):

Loading…
Cancel
Save