2.2.4 playlist bug fix

This commit is contained in:
Trevor Squillario 2012-10-25 18:32:20 -04:00
parent 89c85992ca
commit f4fd093845
3 changed files with 3 additions and 3 deletions

View file

@ -341,7 +341,7 @@ function getRandomSongList(action, appendto, genre, folder) {
$("#TrackContainer thead").html(header);
}
if (action == 'autoplay') {
$("#TrackContainer").empty();
$("#TrackContainer tbody").empty();
$(appendto).empty();
}
// There is a bug in the API that doesn't return a JSON array for one artist