diff --git a/tape-playlist.lua b/tape-playlist.lua index 596c926..067d5f6 100644 --- a/tape-playlist.lua +++ b/tape-playlist.lua @@ -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