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