forked from hkc/cc-stuff
don't show duration for now....
This commit is contained in:
parent
d40c689d66
commit
a3c25f1442
|
@ -38,7 +38,7 @@ function()
|
|||
while running do
|
||||
for i, track in ipairs(table_of_contents) do
|
||||
term.setCursorPos(1, i)
|
||||
term.write(string.format("%s (%s)", track.title, bytes2time(track.length)))
|
||||
term.write(string.format("%s", track.title))
|
||||
end
|
||||
os.sleep(0.1)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue