mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Fix testConfig on 0.9
This commit is contained in:
@@ -341,7 +341,7 @@ Tomahawk.Resolver = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
_adapter_testConfig: function (config) {
|
_testConfig: function (config) {
|
||||||
return RSVP.Promise.resolve(this.testConfig(config)).then(function () {
|
return RSVP.Promise.resolve(this.testConfig(config)).then(function () {
|
||||||
return {result: Tomahawk.ConfigTestResultType.Success};
|
return {result: Tomahawk.ConfigTestResultType.Success};
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user