Redesign playlist management
This commit is contained in:
parent
bd7288bed3
commit
b87dd8b5e7
8 changed files with 117 additions and 31 deletions
|
|
@ -572,20 +572,6 @@ $("#userpl_name").keydown(function(ev) {
|
|||
}
|
||||
});
|
||||
|
||||
$("#userpl_queuenext").click(function() {
|
||||
socket.emit("queuePlaylist", {
|
||||
name: $("#userpl_dropdown").val(),
|
||||
pos: "next"
|
||||
});
|
||||
});
|
||||
|
||||
$("#userpl_queueend").click(function() {
|
||||
socket.emit("queuePlaylist", {
|
||||
name: $("#userpl_dropdown").val(),
|
||||
pos: "end"
|
||||
});
|
||||
});
|
||||
|
||||
$("#show_userpl").click(function() {
|
||||
$("#show_library").parent().removeClass("active");
|
||||
$("#show_userpl").parent().addClass("active");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue