Started work on updating playlistHandler.js for dedicated/individual userPlaylist and channelPlaylist document collections.
This commit is contained in:
parent
36ae90b7af
commit
0b7f99725d
11 changed files with 300 additions and 146 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue