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.