From 34629307ddc1fe6ea4946080db0f5aa489dc2ed3 Mon Sep 17 00:00:00 2001 From: nin0dev Date: Fri, 3 Jan 2025 23:54:40 -0500 Subject: [PATCH 1/4] SpotifyControls: Setting to restart playing song if playtime >3s (#3103) --- src/plugins/spotifyControls/PlayerComponent.tsx | 5 ++++- src/plugins/spotifyControls/index.tsx | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/plugins/spotifyControls/PlayerComponent.tsx b/src/plugins/spotifyControls/PlayerComponent.tsx index 41e09c160..d708c279f 100644 --- a/src/plugins/spotifyControls/PlayerComponent.tsx +++ b/src/plugins/spotifyControls/PlayerComponent.tsx @@ -18,6 +18,7 @@ import "./spotifyStyles.css"; +import { Settings } from "@api/Settings"; import { Flex } from "@components/Flex"; import { ImageIcon, LinkIcon, OpenExternalIcon } from "@components/Icons"; import { debounce } from "@shared/debounce"; @@ -130,7 +131,9 @@ function Controls() { > -