From 00e53439edf69da02fa0724ef7016e34f7d9306e Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 10 May 2013 00:07:06 +0200 Subject: [PATCH] Don't wait between xbmc calls --- couchpotato/core/notifications/xbmc/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/notifications/xbmc/main.py b/couchpotato/core/notifications/xbmc/main.py index 84b9f7e4..f60b917f 100755 --- a/couchpotato/core/notifications/xbmc/main.py +++ b/couchpotato/core/notifications/xbmc/main.py @@ -13,6 +13,7 @@ class XBMC(Notification): listen_to = ['renamer.after'] use_json_notifications = {} + http_time_between_calls = 0 def notify(self, message = '', data = {}, listener = None):