Browse Source

update trakt.tv after download and not snatch

pull/4959/head
MikeBuzz 10 years ago
parent
commit
9311af7390
  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