From 611a32d1108d6bedbbf0743dd1b5616080a75cce Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 30 Dec 2012 18:39:16 +0100 Subject: [PATCH] Add randomstring to each internal api --- couchpotato/static/scripts/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/static/scripts/api.js b/couchpotato/static/scripts/api.js index f14eb14d..5e507bc1 100644 --- a/couchpotato/static/scripts/api.js +++ b/couchpotato/static/scripts/api.js @@ -13,7 +13,7 @@ var ApiClass = new Class({ return new Request[r_type](Object.merge({ 'callbackKey': 'callback_func', 'method': 'get', - 'url': self.createUrl(type), + 'url': self.createUrl(type, {'t': randomString()}), }, options)).send() },