diff --git a/components/ChromecastControls.tsx b/components/ChromecastControls.tsx index f9a3bfbd..43f152ef 100644 --- a/components/ChromecastControls.tsx +++ b/components/ChromecastControls.tsx @@ -83,7 +83,7 @@ export default function ChromecastControls({ const api = useAtomValue(apiAtom); const user = useAtomValue(userAtom); - const [settings] = useSettings(); + const { settings } = useSettings(); const [currentTime, setCurrentTime] = useState(0); const [remainingTime, setRemainingTime] = useState(Infinity);