diff --git a/app/(auth)/(tabs)/(home)/index.tsx b/app/(auth)/(tabs)/(home)/index.tsx index 0259bbbb..9aecff51 100644 --- a/app/(auth)/(tabs)/(home)/index.tsx +++ b/app/(auth)/(tabs)/(home)/index.tsx @@ -264,6 +264,7 @@ export default function index() { fields: ["MediaSourceCount"], limit: 20, enableImageTypes: ["Primary", "Backdrop", "Thumb"], + enableResumable: false, }) ).data.Items || [], type: "ScrollingCollectionList",