Fixed album song change over
This commit is contained in:
parent
bf76ca9571
commit
6e93f4e71b
@ -25,8 +25,10 @@ function changeSelectedAlbum(albumElem) {
|
||||
oldSelected.removeClass('selected');
|
||||
newSelected.addClass('selected');
|
||||
|
||||
// change available songs
|
||||
// change album info
|
||||
getAlbumInfo(albumElem);
|
||||
// change available songs
|
||||
getAlbumSongs(albumElem);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user