ADD: added new version

This commit is contained in:
Henry Winkel
2023-09-27 18:53:42 +02:00
parent 8587d1d664
commit 7a2a472e5a
214 changed files with 17659 additions and 73645 deletions

View File

@@ -5,7 +5,15 @@ import Tracklist from './Tracklist'
import EntityControl from './EntityControl';
import {w3cwebsocket as W3CWebSocket} from "websocket"
const client = new W3CWebSocket("ws://localhost:8008/");
// const config = {
// // apiUrl: process.env.REACT_APP_WEBAPP_WS_URL,
// apiUrl: "10.110.242.105",
// apiProt: 9999
// }
// const client = new W3CWebSocket("ws://10.110.242.105:9999/");
const client = new WebSocket("ws://10.110.242.105:9999/");
class Controls extends React.Component
{