Merge branch 'develop'

pull/2563/head
sct 3 years ago
commit d23c120dc0
No known key found for this signature in database
GPG Key ID: 845B4E54293A6F5E

@ -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'

Loading…
Cancel
Save