diff --git a/bumblebee/modules/cmus.py b/bumblebee/modules/cmus.py index cf3f471..b847ad2 100644 --- a/bumblebee/modules/cmus.py +++ b/bumblebee/modules/cmus.py @@ -34,6 +34,8 @@ class Module(bumblebee.module.Module): def _tags(self): tags = defaultdict(lambda: '') + self._repeat = False + self._shuffle = False for line in self._query: if line.startswith("status"): status = line.split(" ", 2)[1]