even more quick fix for soundcloud

This commit is contained in:
Wouter van Wijk 2013-09-18 21:15:23 +02:00
parent d510155671
commit fc4c6111da

View File

@ -147,7 +147,9 @@ function resultsToTables(results, target, uri) {
// var popupMenu = (target == CURRENT_PLAYLIST_TABLE) ? 'popupQueue' : 'popupTracks';
newalbum = [];
$(target).html('');
//quick fix, sorry
if (!results) {exit;}
//break into albums and put in tables
var html = '';
var tableid, j, artistname, alburi;