Skip to content

Commit

Permalink
reduce url
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Mar 17, 2022
1 parent b312245 commit d53fd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mod.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ m.redraw=function()
screen.move(64,32+yy)
screen.text_center("streamyouraudio.com/")
screen.move(64,40+yy)
screen.text_center(state.station..".mp3")
screen.text_center(state.station)
end
screen.level(state.x==2 and 15 or 5)
screen.move(64,52+yy)
Expand Down

0 comments on commit d53fd26

Please sign in to comment.