From 6012f8c8d200b732430da4e3a4c7723750095677 Mon Sep 17 00:00:00 2001 From: Alex Kim Date: Wed, 9 Oct 2024 02:40:11 +1100 Subject: [PATCH] Removed resumable items from next up --- app/(auth)/(tabs)/(home)/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/(auth)/(tabs)/(home)/index.tsx b/app/(auth)/(tabs)/(home)/index.tsx index cb0b43bd..38336aa5 100644 --- a/app/(auth)/(tabs)/(home)/index.tsx +++ b/app/(auth)/(tabs)/(home)/index.tsx @@ -241,6 +241,7 @@ export default function index() { fields: ["MediaSourceCount"], limit: 20, enableImageTypes: ["Primary", "Backdrop", "Thumb"], + enableResumable: false, }) ).data.Items || [], type: "ScrollingCollectionList",