mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
yeah no
This commit is contained in:
+1
-2
@@ -4,6 +4,7 @@ let playlist = [];
|
||||
let queue = [];
|
||||
let currentTrackPath = "";
|
||||
let currentTrackIndex = 0;
|
||||
let selectedPlaylistPath = null;
|
||||
let selectedPlaylistIndex = null;
|
||||
let selectedDir = null;
|
||||
let selectedSubFile = null;
|
||||
@@ -395,8 +396,6 @@ function updateControls() {
|
||||
}
|
||||
}
|
||||
|
||||
// ─── Event Listeners ─────────────────────────────────────────────────────────
|
||||
|
||||
document.getElementById("skip-btn").addEventListener("click", () => wsSend({ action: "skip" }));
|
||||
document.getElementById("skpn-inc").addEventListener("click", () => wsSend({ action: "skipc", add: 1 }));
|
||||
document.getElementById("skpn-dec").addEventListener("click", () => wsSend({ action: "skipc", remove: -1 }));
|
||||
|
||||
Reference in New Issue
Block a user