From 97f3c945fe2e1369c2e21cef4a474fac3ce4d8db Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Fri, 7 Jan 2022 16:33:48 +0100 Subject: Fixed AB controller bug --- abcontroller.py | 1 + 1 file changed, 1 insertion(+) (limited to 'abcontroller.py') diff --git a/abcontroller.py b/abcontroller.py index 5c9bda7..99bd9d7 100644 --- a/abcontroller.py +++ b/abcontroller.py @@ -18,6 +18,7 @@ class ABController: def setCurrentSong(self, path): self._ensureSongExists(path) self._songLimits = self._limits[path] + self._loadedIndex = None def storeLimits(self, aLimit, bLimit, song=None): if song is not None: -- cgit v1.2.3