diff --git a/tape-playlist.lua b/tape-playlist.lua index ae9b2b3..b1fa7f5 100644 --- a/tape-playlist.lua +++ b/tape-playlist.lua @@ -101,6 +101,7 @@ function() screen_w, screen_h = term.getSize() elseif ev == "tape_present" then table_of_contents = {} + term.clear() if evd[1] then drive.stop() drive.seek(-drive.getSize())