diff --git a/neodj.lua b/neodj.lua index 4415699..ed771b0 100644 --- a/neodj.lua +++ b/neodj.lua @@ -4,7 +4,7 @@ local backgroundColor = colors.black function playDisk() disk.playAudio() - +end if disk.isPresent() and disk.hasAudio() then playDisk() @@ -12,4 +12,5 @@ elseif disk.isPresent() then print "Not a music disc" else print "No disc" +end