cc-2238:deleting-a-playlist-from-right-list
fixed.
This commit is contained in:
parent
f1a314aa0a
commit
c322b8fb7f
2 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,9 @@ function deletePlaylist(json) {
|
|||
}
|
||||
|
||||
deleteItem("pl", json.id);
|
||||
|
||||
// display noOpenPL on the left window
|
||||
noOpenPL(json);
|
||||
}
|
||||
//end callbacks called by jjmenu
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue