XBMC notification only on download

This commit is contained in:
Ruud
2011-10-22 23:00:37 +02:00
parent b9f3258943
commit a7bce52b7b
@@ -8,6 +8,8 @@ log = CPLog(__name__)
class XBMC(Notification):
listen_to = ['movie.downloaded']
def notify(self, message = '', data = {}):
if self.isDisabled(): return