1
0

Show zeroes in cur-time.

This commit is contained in:
Alexander Andreev 2023-08-20 18:22:33 +04:00
parent 60f59f423d
commit e53fb45bd9
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -39,7 +39,7 @@ html(lang='en')
div#radio div#radio
div.player div.player
button#play button#play
small#cur-time small#cur-time 0h 0m 0s
div #[button#vol-down 🔈] #[input#volume(type="range", name="volume" min="0" max="100")] #[button#vol-up 🔊] div #[button#vol-down 🔈] #[input#volume(type="range", name="volume" min="0" max="100")] #[button#vol-up 🔊]
audio(preload='none' controls='' playsinline='') audio(preload='none' controls='' playsinline='')
source(src='/live/stream.ogg' type='audio/ogg') source(src='/live/stream.ogg' type='audio/ogg')