add track

This commit is contained in:
Mylloon 2022-01-03 19:43:02 +01:00
parent a6341f75e1
commit 701941b121
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -119,7 +119,7 @@ pub async fn connect_websocket(
"seq": 1, "seq": 1,
"action": "authentication_challenge", "action": "authentication_challenge",
"data": { "data": {
"token": &token "token": &token // api.auth_token est privé
} }
} }
) )