feat: playlist store
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user