diff options
Diffstat (limited to 'server/controllers/api/users/me.ts')
-rw-r--r-- | server/controllers/api/users/me.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/api/users/me.ts b/server/controllers/api/users/me.ts index e7ed3de64..af054f620 100644 --- a/server/controllers/api/users/me.ts +++ b/server/controllers/api/users/me.ts | |||
@@ -147,7 +147,7 @@ async function getUserVideoQuotaUsed (req: express.Request, res: express.Respons | |||
147 | } | 147 | } |
148 | 148 | ||
149 | async function getUserVideoRating (req: express.Request, res: express.Response) { | 149 | async function getUserVideoRating (req: express.Request, res: express.Response) { |
150 | const videoId = res.locals.video.id | 150 | const videoId = res.locals.videoId.id |
151 | const accountId = +res.locals.oauth.token.User.Account.id | 151 | const accountId = +res.locals.oauth.token.User.Account.id |
152 | 152 | ||
153 | const ratingObj = await AccountVideoRateModel.load(accountId, videoId, null) | 153 | const ratingObj = await AccountVideoRateModel.load(accountId, videoId, null) |