mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
whoops
This commit is contained in:
+2
-2
@@ -229,9 +229,9 @@ function renderQueue() {
|
||||
ul.innerHTML = "";
|
||||
queue.forEach(path => {
|
||||
const li = document.createElement("li");
|
||||
li.dataset.line = path;
|
||||
|
||||
var c = path.replace(basePath, "");
|
||||
li.dataset.line = c;
|
||||
|
||||
if(c.startsWith("!")) c = "(unofficial) " + c.slice(2)
|
||||
else c = "(official) " + c.slice(1)
|
||||
li.textContent = c;
|
||||
|
||||
Reference in New Issue
Block a user