mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 05:07:27 +02:00
Add resolve default implementation in Tomahawk.Resolver
This commit is contained in:
@@ -273,6 +273,8 @@ Tomahawk.Resolver = {
|
|||||||
getStreamUrl: function (params) {
|
getStreamUrl: function (params) {
|
||||||
return params;
|
return params;
|
||||||
},
|
},
|
||||||
|
resolve: function() {
|
||||||
|
},
|
||||||
_adapter_resolve: function (params) {
|
_adapter_resolve: function (params) {
|
||||||
return RSVP.Promise.resolve(this.resolve(params)).then(function (results) {
|
return RSVP.Promise.resolve(this.resolve(params)).then(function (results) {
|
||||||
return {
|
return {
|
||||||
|
Reference in New Issue
Block a user