we ONLY care about the state

This commit is contained in:
Violet Caulfield
2025-02-09 16:41:15 -06:00
parent 28a8f38cab
commit 7aa645caec
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ export default function PlayerScreen({
}}
/>
)}, [
progress
progressState
]
)}
</XStack>

View File

@@ -1 +1 @@
export const UPDATE_INTERVAL: number = 100
export const UPDATE_INTERVAL: number = 200