From b9c8c066ec2a66f0a466544050e3f14101f48c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastjan=20Arti=C4=8D?= Date: Thu, 30 Apr 2026 15:10:28 +0000 Subject: [PATCH] Odstrani emoji iz TV postaj + cleanup all reels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User feedback: 'pa ne maram teh emojijev ki si ji dal k Adria in ZWEI Music. Daj počisti sedaj kar je že narejeno in gremnalagat.' UI changes: - Tab labels: 'FOLX SLOVENIJA', 'FOLX DE', 'ONE DE', 'ZWEI MUSIC', 'ADRIA' (without emoji prefixes) - Job card badge: brez emoji prefix Cleanup (manual via container): - /data/jobs/*.json (15 → 0) - /data/outputs/* (132 → 0) - /data/uploads/* (15 → 0) Dedup baza je ohranjena (15 zapisov), tako da če uporabnik poskuša naložiti komad ki je že naložen na Nextcloud, dobi opozorilo. --- templates/index.html | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/templates/index.html b/templates/index.html index 22bb2ce..52a08f7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -347,11 +347,11 @@
- - - - - + + + + +
@@ -1038,16 +1038,9 @@ } actions.push(``); - // TV station label (z emoji prefix) + // TV station label (brez emoji) const tvStation = job.tv_station || "FOLX SLOVENIJA"; - const stationEmoji = { - "FOLX SLOVENIJA": "🇸🇮", - "FOLX DE": "🇩🇪", - "ONE DE": "🇩🇪", - "ZWEI MUSIC": "🎵", - "ADRIA": "🌊", - }[tvStation] || "📺"; - const tvBadge = `${stationEmoji} ${escapeHtml(tvStation)}`; + const tvBadge = `${escapeHtml(tvStation)}`; el.innerHTML = `