Skip to content

Commit

Permalink
Always request the English version, in addition to the local language…
Browse files Browse the repository at this point in the history
…, for related videos of a movie or TV show
  • Loading branch information
Stancu Florin committed Jan 2, 2025
1 parent 4aac491 commit 13292c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/api/themoviedb/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ class TheMovieDb extends ExternalAPI {
language,
append_to_response:
'credits,external_ids,videos,keywords,release_dates,watch/providers',
include_video_language: language + ', en',
},
},
43200
Expand All @@ -283,6 +284,7 @@ class TheMovieDb extends ExternalAPI {
language,
append_to_response:
'aggregate_credits,credits,external_ids,keywords,videos,content_ratings,watch/providers',
include_video_language: language + ', en',
},
},
43200
Expand Down

0 comments on commit 13292c9

Please sign in to comment.