diff --git a/Plugin/usr/local/emhttp/plugins/varaverk/pages/monitor.php b/Plugin/usr/local/emhttp/plugins/varaverk/pages/monitor.php index 43969a2..81d1ebc 100644 --- a/Plugin/usr/local/emhttp/plugins/varaverk/pages/monitor.php +++ b/Plugin/usr/local/emhttp/plugins/varaverk/pages/monitor.php @@ -952,7 +952,7 @@ function vvRenderStreams() { const isLive = s.type === 'LiveTvProgram' || s.dur_sec === 0; const inc = s.paused ? 0 : elapsed; const curSec = Math.max(0, (s.pos_sec ?? 0) + inc); - const barColor = isLive ? '#ff9800' : (s.is_tc ? '#ff9800' : '#4caf50'); + const barColor = '#1e3a5a'; const tcColor = s.paused ? '#fdd835' : '#555'; const icon = s.paused ? '⏸' : '▶';