]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/api/videos/watching.ts
Fix player height on mobile
[github/Chocobozzz/PeerTube.git] / server / controllers / api / videos / watching.ts
index dcd1f070d1662ff680a6c32ecec19e83af188f78..036e16f3af57ad62a0605e2c1cae2337828db128 100644 (file)
@@ -23,7 +23,7 @@ async function userWatchVideo (req: express.Request, res: express.Response) {
   const user = res.locals.oauth.token.User
 
   const body: UserWatchingVideo = req.body
-  const { id: videoId } = res.locals.video as { id: number }
+  const { id: videoId } = res.locals.videoId
 
   await UserVideoHistoryModel.upsert({
     videoId,