Browse Source

XBMC notification only on download

pull/62/head
Ruud 14 years ago
parent
commit
a7bce52b7b
  1. 2
      couchpotato/core/notifications/xbmc/main.py

2
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

Loading…
Cancel
Save