From 145f6299637e82f31557b70034d5feaa56e3bc7b Mon Sep 17 00:00:00 2001 From: mint Date: Fri, 7 May 2021 04:05:41 -0400 Subject: [PATCH] whoops, deleted an extra line --- rhythmblock.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rhythmblock.lua b/rhythmblock.lua index e7d7928..be27901 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -60,6 +60,7 @@ function playDisc() playing = true status = disk.getAudioTitle(drive) buttonRender(true) + elseif disk.isPresent(drive) then status = invalidFormatStatus buttonRender(false) else -- If none of these checks are passed then it just means there's no disc in the drive.