From a7bce52b7bef03d9eac5800b4a1671aad32d9cb6 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 22 Oct 2011 23:00:37 +0200 Subject: [PATCH] XBMC notification only on download --- couchpotato/core/notifications/xbmc/main.py | 2 ++ 1 file changed, 2 insertions(+) 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