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",