Skip to content

Commit

Permalink
fixed 1 vs 0
Browse files Browse the repository at this point in the history
  • Loading branch information
hairygael authored Dec 9, 2024
1 parent e76b0a0 commit 85f53d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gestures/startRadio.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def stopRadio():
print("Radio stopped")
audiocfg = audioPlayer.getConfig()
if audiocfg.stream == 1:
audiocfg.stream = 1
audiocfg.stream = 0
audioPlayer.save()
audioPlayer.apply(audiocfg)
audioPlayer.broadcastState()

0 comments on commit 85f53d8

Please sign in to comment.