Skip to content

Commit

Permalink
fix(rt-api): correctly format movie urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sct committed Sep 19, 2021
1 parent a11bb49 commit 4c6009b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/rottentomatoes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class RottenTomatoes extends ExternalAPI {

return {
title: movie.name,
url: movie.url,
url: `https://www.rottentomatoes.com${movie.url}`,
criticsRating:
movie.meterClass === 'certified_fresh'
? 'Certified Fresh'
Expand Down

0 comments on commit 4c6009b

Please sign in to comment.