CC-2798: Delete a song from the playlist builder doesn't refesh
the list - fixed
This commit is contained in:
parent
522ce0b7fb
commit
8239588a95
|
@ -31,6 +31,7 @@ function deleteAudioClip(json) {
|
|||
}
|
||||
|
||||
deleteItem("au", json.id);
|
||||
location.reload(true);
|
||||
}
|
||||
|
||||
//callbacks called by jjmenu
|
||||
|
|
Loading…
Reference in New Issue