From d7a9921aa1a69b9c64b90add674237c4df2e95c7 Mon Sep 17 00:00:00 2001 From: Tilman Date: Mon, 5 Aug 2019 18:28:24 +0000 Subject: [PATCH] Update code/qudio.py --- code/qudio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/code/qudio.py b/code/qudio.py index 8dea5e6..512d00a 100644 --- a/code/qudio.py +++ b/code/qudio.py @@ -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')