1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +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 () {
},
testConfig: function () {
},
getStreamUrl: function (params) {
return params;
},