mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 19:37:09 +02:00
Fix accidentally deleted line
This commit is contained in:
@@ -268,8 +268,7 @@ Tomahawk.Resolver = Tomahawk.extend(TomahawkResolver, {
|
|||||||
var merged = [];
|
var merged = [];
|
||||||
return merged.concat.apply(merged,collectionResults);
|
return merged.concat.apply(merged,collectionResults);
|
||||||
}).then(function(collectionResults) {
|
}).then(function(collectionResults) {
|
||||||
if(typeof results === 'undefined')
|
Promise.resolve(that.resolve({artist: artist, album: album, track:title})).then(function(results){
|
||||||
results = [];
|
|
||||||
Tomahawk.addTrackResults({
|
Tomahawk.addTrackResults({
|
||||||
'qid': qid,
|
'qid': qid,
|
||||||
'results': that._convertUrls(results.concat(collectionResults))
|
'results': that._convertUrls(results.concat(collectionResults))
|
||||||
|
Reference in New Issue
Block a user