mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(studios): add a24 to studios list (#3902)
This commit is contained in:
@@ -73,6 +73,12 @@ const studios: Studio[] = [
|
|||||||
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/2Tc1P3Ac8M479naPp1kYT3izLS5.png',
|
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/2Tc1P3Ac8M479naPp1kYT3izLS5.png',
|
||||||
url: '/discover/movies/studio/9993',
|
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 = () => {
|
const StudioSlider = () => {
|
||||||
|
Reference in New Issue
Block a user