aboutsummaryrefslogtreecommitdiffstats
path: root/abcontroller.py
diff options
context:
space:
mode:
Diffstat (limited to 'abcontroller.py')
-rw-r--r--abcontroller.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/abcontroller.py b/abcontroller.py
index 99bd9d7..cec9fb2 100644
--- a/abcontroller.py
+++ b/abcontroller.py
@@ -66,6 +66,9 @@ class ABController:
def setEnable(self, enable):
self._enabled = enable
+ def isEnabled(self):
+ return self._enabled
+
def getStoredLimits(self, song):
return self._limits.get(song)