Skip to content

Commit

Permalink
Merge pull request #5 from SimoMay/main
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit authored Jun 25, 2024
2 parents 3a82bc0 + bfba8d1 commit afc084b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/flick-metrix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ export function populateMovieWithFlickMetrixInfo(
rtUrl: () => flickMetrixMovie.RTUrl?.replace(/\/$/g, '').trim() || null,
imdbRating: () => flickMetrixMovie.imdbRating ?? null,
imdbVotes: () => flickMetrixMovie.imdbVotes ?? null,
metacriticRating: () => flickMetrixMovie.MetacriticRating ?? null,
metacriticVotes: () => flickMetrixMovie.MetacriticReviews ?? null,
cast: () =>
flickMetrixMovie.Cast?.split(',')
.map((name) => name.trim())
Expand Down

0 comments on commit afc084b

Please sign in to comment.