Merge pull request #398 from mchangrh/userID-skipSegments

add userID to getSkipSegments
This commit is contained in:
Ajay Ramachandran
2021-10-30 21:50:32 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -53,7 +53,8 @@ async function prepareCategorySegments(req: Request, videoID: VideoID, category:
UUID: chosenSegment.UUID,
locked: chosenSegment.locked,
votes: chosenSegment.votes,
videoDuration: chosenSegment.videoDuration
videoDuration: chosenSegment.videoDuration,
userID: chosenSegment.userID,
}));
}