even more quick fix for soundcloud
This commit is contained in:
parent
d510155671
commit
fc4c6111da
@ -147,7 +147,9 @@ function resultsToTables(results, target, uri) {
|
|||||||
// var popupMenu = (target == CURRENT_PLAYLIST_TABLE) ? 'popupQueue' : 'popupTracks';
|
// var popupMenu = (target == CURRENT_PLAYLIST_TABLE) ? 'popupQueue' : 'popupTracks';
|
||||||
newalbum = [];
|
newalbum = [];
|
||||||
$(target).html('');
|
$(target).html('');
|
||||||
|
//quick fix, sorry
|
||||||
|
if (!results) {exit;}
|
||||||
|
|
||||||
//break into albums and put in tables
|
//break into albums and put in tables
|
||||||
var html = '';
|
var html = '';
|
||||||
var tableid, j, artistname, alburi;
|
var tableid, j, artistname, alburi;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user