mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 07:42:09 +00:00
testing skip
This commit is contained in:
@@ -86,7 +86,7 @@ let json.parse credentials = file.contents("/home/pi/Conjurer/icecast_credentia
|
|||||||
p = interactive.bool("r1", false)
|
p = interactive.bool("r1", false)
|
||||||
|
|
||||||
def check_skip()
|
def check_skip()
|
||||||
if p.get() then
|
if p then
|
||||||
log.info("Skipping current track.")
|
log.info("Skipping current track.")
|
||||||
radio.skip()
|
radio.skip()
|
||||||
p.set(false)
|
p.set(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user