Commented out @scrollable for spotify module -- does not work for some reason, see PR #343
This commit is contained in:
parent
9e009e959b
commit
130fa0ea4f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue