From 7194d7f6133ec6924e9ba159e592dfc807cdf67d Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:31:29 +0100 Subject: [PATCH] v4.3.3.36 - Update NSPanelTs.ts Fix Alexa Elapsed --- ioBroker/DEV/NSPanelTs.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ioBroker/DEV/NSPanelTs.ts b/ioBroker/DEV/NSPanelTs.ts index 9c4bfa5e..3e9c9ca0 100644 --- a/ioBroker/DEV/NSPanelTs.ts +++ b/ioBroker/DEV/NSPanelTs.ts @@ -5130,6 +5130,9 @@ function GenerateMediaPage(page: NSPanel.PageMedia): NSPanel.Payload[] { vElapsed = vElapsed.slice(1); } } + if (vElapsed == 0) { + vElapsed = '0:00'; + } let vDuration = Duration; if (vDuration.length == 5) { if(parseInt(vDuration.slice(0,2)) < 9) {