Update code/qudio.py

This commit is contained in:
2019-08-05 18:28:24 +00:00
parent 7674ccd053
commit d7a9921aa1
+1
View File
@@ -56,6 +56,7 @@ def prev_callback(channel):
## TODO implement seek
def play_callback(channel):
global is_playing
if is_playing:
logging.info("PAUSE")
socketIO.emit('pause')