1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-16 14:01:58 +02:00

Fix testConfig on 0.9

This commit is contained in:
Anton Romanov 2015-11-10 09:12:11 -08:00
parent d4c3f24232
commit e79ec4d2af

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};
});