api: update key to api

This commit is contained in:
Cron1cle
2025-10-17 11:53:45 +02:00
parent 38ac309925
commit ceb7b86462
7 changed files with 55 additions and 20 deletions

View File

@@ -48,6 +48,11 @@ export default function HomeScreen() {
return Array.from(uniqueServices);
}, [shows]);
console.log(
"Start Dates:",
shows.map((show) => show.startDate)
);
if (loading) {
return (
<View
@@ -177,6 +182,7 @@ export default function HomeScreen() {
genres: show.genres,
streamingService: show.streamingService,
logoUri: show.logoUri,
running: String(show.running),
},
})
}