mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
also fix ws path
This commit is contained in:
@@ -103,7 +103,7 @@ input {
|
||||
</div>
|
||||
|
||||
<script>
|
||||
const ws = new WebSocket("ws://" + location.host + "/ws");
|
||||
const ws = new WebSocket("/ws");
|
||||
|
||||
let currentPlaylist = "default";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user