mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-30 15:59:16 +02:00
mark unofficial on q
This commit is contained in:
+1
-1
@@ -227,7 +227,7 @@ function renderQueue() {
|
|||||||
ul.innerHTML = "";
|
ul.innerHTML = "";
|
||||||
queue.forEach(path => {
|
queue.forEach(path => {
|
||||||
const li = document.createElement("li");
|
const li = document.createElement("li");
|
||||||
li.textContent = path.replace(basePath, "").slice(1);
|
li.textContent = path.replace(basePath, "").replace("!", "(unofficial) ").slice(1);
|
||||||
if (skipCountToRender > 0) {
|
if (skipCountToRender > 0) {
|
||||||
li.style.textDecoration = "line-through";
|
li.style.textDecoration = "line-through";
|
||||||
skipCountToRender--;
|
skipCountToRender--;
|
||||||
|
|||||||
Reference in New Issue
Block a user