summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--player.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/player.py b/player.py
index 8e17e86..fc74562 100644
--- a/player.py
+++ b/player.py
@@ -49,6 +49,9 @@ def ap_updater(token):
ApTimer[token].daemon=True
ApTimer[token].start()
+ # TODO: Send APREFRESH token to client
+ # APREFRESH:<ap>
+ # eg. "APREFRESH:24"
return
# Internal function for SQL, DO NOT CAST manually