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 = `