1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

Added empty default implementation of testConfig() to Tomahawk.Resolver in tomahawk.js

This commit is contained in:
Enno Gottschalk
2015-11-13 16:37:56 +01:00
parent 39eda52f05
commit 73a1160ce3

View File

@@ -267,6 +267,8 @@ Tomahawk.Resolver = {
}, },
newConfigSaved: function () { newConfigSaved: function () {
}, },
testConfig: function () {
},
getStreamUrl: function (params) { getStreamUrl: function (params) {
return params; return params;
}, },