From f4fb54c23ad149e3f2082aa487741fae0d51a21f Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 17 Oct 2023 15:46:21 +0300 Subject: [PATCH] and pls read the title --- tape-playlist.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/tape-playlist.lua b/tape-playlist.lua index 13f762d..a03d408 100644 --- a/tape-playlist.lua +++ b/tape-playlist.lua @@ -46,6 +46,7 @@ function() for i = 1, 48 do local offset = read32() local length = read32() + local title = drive.read(117) print(string.format("%d: %d + %d", i, offset, length)) table.insert(table_of_contents, { title = "", -- TODO