From 7aa645caec412899f02638940b617fb86ced4747 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sun, 9 Feb 2025 16:41:15 -0600 Subject: [PATCH] we ONLY care about the state --- components/Player/screens/index.tsx | 2 +- player/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Player/screens/index.tsx b/components/Player/screens/index.tsx index f5734e4f..aa6401ea 100644 --- a/components/Player/screens/index.tsx +++ b/components/Player/screens/index.tsx @@ -233,7 +233,7 @@ export default function PlayerScreen({ }} /> )}, [ - progress + progressState ] )} diff --git a/player/config.ts b/player/config.ts index 4ed3a75b..a156c8fd 100644 --- a/player/config.ts +++ b/player/config.ts @@ -1 +1 @@ -export const UPDATE_INTERVAL: number = 100 \ No newline at end of file +export const UPDATE_INTERVAL: number = 200 \ No newline at end of file