feat: playlist store

This commit is contained in:
2025-10-11 22:55:32 +02:00
parent 2bf0506351
commit 13f40e9720
7 changed files with 248 additions and 78 deletions

View File

@@ -66,7 +66,7 @@ BEGIN {
ds = dur % 60
if (ds <= 9)
ds = "0"ds
if (dh && dm <=9)
if (dh && dm <= 9)
dm = "0"dm
dur = dh ? dh":"dm":"ds : dm":"ds
} else {