1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-15 05:22:35 +02:00

Merge pull request #338 from theli-ua/testconfig

Fix testConfig on 0.9
This commit is contained in:
Enno G 2015-11-12 19:21:33 +01:00
commit 39eda52f05

View File

@ -341,7 +341,7 @@ Tomahawk.Resolver = {
});
},
_adapter_testConfig: function (config) {
_testConfig: function (config) {
return RSVP.Promise.resolve(this.testConfig(config)).then(function () {
return {result: Tomahawk.ConfigTestResultType.Success};
});