fix: use image.tmdb.org for setup/login backdrop images (#2966)
This commit is contained in:
@@ -73,7 +73,7 @@ const Login = () => {
|
|||||||
<ImageFader
|
<ImageFader
|
||||||
backgroundImages={
|
backgroundImages={
|
||||||
backdrops?.map(
|
backdrops?.map(
|
||||||
(backdrop) => `https://www.themoviedb.org/t/p/original${backdrop}`
|
(backdrop) => `https://image.tmdb.org/t/p/original${backdrop}`
|
||||||
) ?? []
|
) ?? []
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ const Setup = () => {
|
|||||||
<ImageFader
|
<ImageFader
|
||||||
backgroundImages={
|
backgroundImages={
|
||||||
backdrops?.map(
|
backdrops?.map(
|
||||||
(backdrop) => `https://www.themoviedb.org/t/p/original${backdrop}`
|
(backdrop) => `https://image.tmdb.org/t/p/original${backdrop}`
|
||||||
) ?? []
|
) ?? []
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user