From 60f31595d42be209d5e4f4bf3fa949b0354e0bc2 Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:39:48 +0100 Subject: [PATCH] v4.3.3.36 - Update NSPanelTs.ts --- ioBroker/DEV/NSPanelTs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ioBroker/DEV/NSPanelTs.ts b/ioBroker/DEV/NSPanelTs.ts index 3e9c9ca0..94f7defc 100644 --- a/ioBroker/DEV/NSPanelTs.ts +++ b/ioBroker/DEV/NSPanelTs.ts @@ -5130,8 +5130,8 @@ function GenerateMediaPage(page: NSPanel.PageMedia): NSPanel.Payload[] { vElapsed = vElapsed.slice(1); } } - if (vElapsed == 0) { - vElapsed = '0:00'; + if (vElapsed == 0) { + vElapsed = '0:00'; } let vDuration = Duration; if (vDuration.length == 5) {