From 4b029ddcbccb75ef9aa129fa0d726fdee24af0bb Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Mon, 24 Feb 2025 21:45:50 +0100 Subject: Improved key points notification --- solo-tool-project/src/solo_tool/notifier.py | 1 + 1 file changed, 1 insertion(+) (limited to 'solo-tool-project/src/solo_tool/notifier.py') 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() -- cgit v1.2.3