PLAY button debugging

This commit is contained in:
2019-06-20 11:34:01 +02:00
parent f030913d01
commit 782ed185b1
4 changed files with 251 additions and 1 deletions
-1
View File
@@ -55,7 +55,6 @@ def prev_callback(channel):
## TODO implement seek
def play_callback(channel):
global is_playing
if is_playing:
logging.info("PAUSE")
socketIO.emit('pause')