also fix ws path

This commit is contained in:
2026-04-29 14:47:04 +02:00
parent b06f27644b
commit 09ae286454
+1 -1
View File
@@ -103,7 +103,7 @@ input {
</div> </div>
<script> <script>
const ws = new WebSocket("ws://" + location.host + "/ws"); const ws = new WebSocket("/ws");
let currentPlaylist = "default"; let currentPlaylist = "default";