feat(studios): add a24 to studios list (#3902)

pull/3906/head
David Emrich 4 months ago committed by GitHub
parent 14cf43de26
commit 1a6125c47d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -73,6 +73,12 @@ const studios: Studio[] = [
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/2Tc1P3Ac8M479naPp1kYT3izLS5.png',
url: '/discover/movies/studio/9993',
},
{
name: 'A24',
image:
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/1ZXsGaFPgrgS6ZZGS37AqD5uU12.png',
url: '/discover/movies/studio/41077',
},
];
const StudioSlider = () => {

Loading…
Cancel
Save