diff --git a/couchpotato/core/notifications/xbmc/main.py b/couchpotato/core/notifications/xbmc/main.py index 141f7585..299d1429 100644 --- a/couchpotato/core/notifications/xbmc/main.py +++ b/couchpotato/core/notifications/xbmc/main.py @@ -8,6 +8,8 @@ log = CPLog(__name__) class XBMC(Notification): + listen_to = ['movie.downloaded'] + def notify(self, message = '', data = {}): if self.isDisabled(): return