From bef8eee0f63cc5ccb963be9467381e4e605e7f53 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sat, 22 Feb 2025 22:59:52 +0100 Subject: Remove AB concept, introduce key points, refactor SoloTool to use properties --- solo-tool-project/src/solo_tool/notifier.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 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() -- cgit v1.2.3