aboutsummaryrefslogtreecommitdiffstats
path: root/abcontroller.py
diff options
context:
space:
mode:
Diffstat (limited to 'abcontroller.py')
-rw-r--r--abcontroller.py1
1 files changed, 1 insertions, 0 deletions
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: