Finished JSDoc for www/src/channel/*

This commit is contained in:
rainbow napkin 2025-09-05 08:37:16 -04:00
parent 2e89d4e6dc
commit 1aa836ba48
100 changed files with 10367 additions and 196 deletions

View file

@ -60,6 +60,9 @@ class playlistManager{
this.client.socket.on("userPlaylists", this.renderUserPlaylists.bind(this));
}
/**
* Handles Up-stream Document/Panel Changes from the parent Queue Panel object
*/
docSwitch(){
//Grab menus
this.channelPlaylistDiv = this.panelDocument.querySelector("#queue-channel-playlist-div");