Commented out @scrollable for spotify module -- does not work for some reason, see PR #343

This commit is contained in:
WORD559 2018-12-29 16:42:21 +00:00
parent 9e009e959b
commit 130fa0ea4f

View file

@ -52,7 +52,7 @@ class Module(bumblebee.engine.Module):
engine.input.register_callback(self, button=buttons[pause_button], engine.input.register_callback(self, button=buttons[pause_button],
cmd=cmd + "PlayPause") cmd=cmd + "PlayPause")
@scrollable ## @scrollable
def spotify(self, widget): def spotify(self, widget):
return str(self._song) return str(self._song)