mirror of
https://github.com/sct/overseerr.git
synced 2025-10-02 16:43:16 +02:00
fix(rt-api): correctly format movie urls
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user