Fixed missing JSDoc in playlist manager

This commit is contained in:
rainbow napkin 2025-09-05 05:55:35 -04:00
parent 0e1b48c02c
commit 2e89d4e6dc
94 changed files with 99 additions and 95 deletions

View file

@ -19,7 +19,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
class playlistManager{
/**
*
* Instantiates a new playlist manager
* @param {channel} client - Parent Client Management Object
* @param {Document} panelDocument - Panel Document
* @param {queuePanel} queuePanel - Parent Queue Panel Object