2.2.4 playlist bug fix
This commit is contained in:
parent
89c85992ca
commit
f4fd093845
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue