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
|
|
@ -133,6 +133,7 @@ module.exports.authenticateSession = async function(identifier, secret, req, use
|
|||
req.session.user = {
|
||||
user: userDB.user,
|
||||
id: userDB.id,
|
||||
_id: userDB._id,
|
||||
rank: userDB.rank
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue