diff --git a/app/(auth)/(tabs)/(home)/index.tsx b/app/(auth)/(tabs)/(home)/index.tsx index 057664c7..f46bf058 100644 --- a/app/(auth)/(tabs)/(home)/index.tsx +++ b/app/(auth)/(tabs)/(home)/index.tsx @@ -400,6 +400,7 @@ async function getNextUp( const response = await getTvShowsApi(api).getNextUp({ userId, seriesId, + limit: 1, }); return response.data.Items?.[0] ?? null; }