aboutsummaryrefslogtreecommitdiffstats
path: root/solo-tool-project/src/solo_tool/notifier.py
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-02-24 21:45:50 +0100
committerEddy Pedroni <epedroni@pm.me>2025-02-24 21:45:50 +0100
commit4b029ddcbccb75ef9aa129fa0d726fdee24af0bb (patch)
tree44377b7357df400a3eb969520f8992f481db1fb1 /solo-tool-project/src/solo_tool/notifier.py
parentb65d54e662c7f7bde6d0f1d6bb195e6e7cb96af8 (diff)
Improved key points notification
Diffstat (limited to 'solo-tool-project/src/solo_tool/notifier.py')
-rw-r--r--solo-tool-project/src/solo_tool/notifier.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/solo-tool-project/src/solo_tool/notifier.py b/solo-tool-project/src/solo_tool/notifier.py
index 73b84b7..dadf85c 100644
--- a/solo-tool-project/src/solo_tool/notifier.py
+++ b/solo-tool-project/src/solo_tool/notifier.py
@@ -4,6 +4,7 @@ class Notifier:
PLAYBACK_RATE_EVENT = 2
CURRENT_SONG_EVENT = 3
CURRENT_KEY_POINT_EVENT = 3
+ KEY_POINTS_EVENT = 4
def __init__(self, player):
self._callbacks = dict()