Started work on updating playlistHandler.js for dedicated/individual userPlaylist and channelPlaylist document collections.

This commit is contained in:
rainbow napkin 2026-06-20 03:31:14 -04:00
parent 36ae90b7af
commit 0b7f99725d
11 changed files with 300 additions and 146 deletions

View file

@ -54,6 +54,11 @@ class connectedUser{
*/
this.highLevel = userDB.highLevel;
/**
* Internal Database Identifier for the user
*/
this._id = userDB._id;
//Check to make sure users flair entry from DB is good
if(userDB.flair != null){
//Set flair from DB