From 73a1160ce327d2011d0c2b4aa4726e0ca8369d10 Mon Sep 17 00:00:00 2001 From: Enno Gottschalk Date: Fri, 13 Nov 2015 16:37:56 +0100 Subject: [PATCH] Added empty default implementation of testConfig() to Tomahawk.Resolver in tomahawk.js --- data/js/tomahawk.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/js/tomahawk.js b/data/js/tomahawk.js index f45ec8460..00e56f4e3 100644 --- a/data/js/tomahawk.js +++ b/data/js/tomahawk.js @@ -267,6 +267,8 @@ Tomahawk.Resolver = { }, newConfigSaved: function () { }, + testConfig: function () { + }, getStreamUrl: function (params) { return params; },