diff --git a/rhythmblock.lua b/rhythmblock.lua index 0206307..f7fb93a 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -74,6 +74,7 @@ end function stopDisc() -- Stops the music playing = false status = defaultStatus + disk.stopAudio(drive) term.clear() renderPlayButton() renderEjectButton()