mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-02 15:11:54 +01:00
extended cast controls on android
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user