bugfixes, accessibility settings

This commit is contained in:
NoobishSVK
2024-05-20 21:45:09 +02:00
parent 42c528a480
commit 2314ba5d2a
14 changed files with 110 additions and 87 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ var Fallback = /** @class */ (function () {
Fallback.prototype.Init = function (webSocket) {
this.MobileUnmute();
this.WebSocket = webSocket;
this.WebSocket.Send(JSON.stringify({
this.WebSocket?.Send(JSON.stringify({
"type": "fallback",
"data": this.SelectedFormatName
}));