:api added seasonApi to fetch seasons for a show
This commit is contained in:
@@ -55,6 +55,7 @@ export default function HomeScreen() {
|
||||
router.push({
|
||||
pathname: "/showDetails",
|
||||
params: {
|
||||
id: String(show.id),
|
||||
title: show.title,
|
||||
bannerUri: show.bannerUri,
|
||||
description: show.description,
|
||||
|
||||
Reference in New Issue
Block a user