aboutsummaryrefslogtreecommitdiffstats
path: root/solo-tool-project/src/solo_tool/notifier.py
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-02-22 22:59:52 +0100
committerEddy Pedroni <epedroni@pm.me>2025-02-22 22:59:52 +0100
commitbef8eee0f63cc5ccb963be9467381e4e605e7f53 (patch)
treea7d07ef9689a608c572216b3e54569014752f0e6 /solo-tool-project/src/solo_tool/notifier.py
parent2bcd98fd69b3b4c36b0f6c985a2ea214b1d0ad60 (diff)
Remove AB concept, introduce key points, refactor SoloTool to use properties
Diffstat (limited to 'solo-tool-project/src/solo_tool/notifier.py')
-rw-r--r--solo-tool-project/src/solo_tool/notifier.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/solo-tool-project/src/solo_tool/notifier.py b/solo-tool-project/src/solo_tool/notifier.py
index 9f445b6..73b84b7 100644
--- a/solo-tool-project/src/solo_tool/notifier.py
+++ b/solo-tool-project/src/solo_tool/notifier.py
@@ -3,8 +3,7 @@ class Notifier:
PLAYBACK_VOLUME_EVENT = 1
PLAYBACK_RATE_EVENT = 2
CURRENT_SONG_EVENT = 3
- CURRENT_AB_EVENT = 4
- AB_LIMIT_ENABLED_EVENT = 5
+ CURRENT_KEY_POINT_EVENT = 3
def __init__(self, player):
self._callbacks = dict()