From 71846e2ff33c4c66a33e0078be7d63d31af27650 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Wed, 22 Jan 2025 15:17:49 -0600 Subject: [PATCH] update update interval in player so scrubber moves smoother --- components/Search/screen.tsx | 0 components/Search/stack.tsx | 0 player/config.ts | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 components/Search/screen.tsx create mode 100644 components/Search/stack.tsx diff --git a/components/Search/screen.tsx b/components/Search/screen.tsx new file mode 100644 index 00000000..e69de29b diff --git a/components/Search/stack.tsx b/components/Search/stack.tsx new file mode 100644 index 00000000..e69de29b diff --git a/player/config.ts b/player/config.ts index 8227bc7c..00eb056d 100644 --- a/player/config.ts +++ b/player/config.ts @@ -1 +1 @@ -export const UPDATE_INTERVAL: number = 1000 \ No newline at end of file +export const UPDATE_INTERVAL: number = 500 \ No newline at end of file