extended cast controls on android

This commit is contained in:
jakequade
2024-08-24 14:37:49 +10:00
parent a89d9c1f67
commit e9783d293d
4 changed files with 69 additions and 2 deletions

View File

@@ -181,7 +181,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