finish recipe books

This commit is contained in:
kepler155c@gmail.com
2019-02-24 06:59:30 -05:00
parent 5dc87ef8d1
commit b8919851e6
36 changed files with 400 additions and 8333 deletions

View File

@@ -202,7 +202,7 @@ function page:play(onOff)
self:updateStationName()
radio.playAudio()
Event.addNamedTimer('songTimer', 180, false, function()
Event.onInterval(180, function()
if self.playing then
self:seek()
self:play(true)