Skip to content

Commit

Permalink
Update helpers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
koenoe committed Dec 4, 2024
1 parent 9aab99d commit 5740037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tmdb/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function buildDiscoverQuery(
}

export function buildBackdropImageUrl(path: string) {
return generateTmdbImageUrl(path, 'w1920_and_h800_multi_faces');
return generateTmdbImageUrl(path, 'w1920_and_h1080_multi_faces');
}

export function buildTitleTreatmentImageUrl(path: string) {
Expand Down

0 comments on commit 5740037

Please sign in to comment.