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

@ -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
}