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