extended cast controls on android

This commit is contained in:
jakequade
2024-08-24 14:37:49 +10:00
parent ffea51ccb0
commit 080de162ec
4 changed files with 69 additions and 3 deletions

View File

@@ -224,7 +224,7 @@ export const PlaybackProvider: React.FC<{ children: ReactNode }> = ({
useEffect(() => {
if (!deviceId || !api?.accessToken) return;
const url = `wss://${api?.basePath
const url = `ws://${api?.basePath
.replace("https://", "")
.replace("http://", "")}/socket?api_key=${
api?.accessToken