1
0
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:
Dominik Schmidt 2016-01-27 18:03:40 +01:00
parent d50c16740a
commit 771b2f5ae1

View File

@ -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 {