diff --git a/bumblebee/modules/spotify.py b/bumblebee/modules/spotify.py index da09ddc..5f4bcee 100644 --- a/bumblebee/modules/spotify.py +++ b/bumblebee/modules/spotify.py @@ -52,7 +52,7 @@ class Module(bumblebee.engine.Module): engine.input.register_callback(self, button=buttons[pause_button], cmd=cmd + "PlayPause") - @scrollable +## @scrollable def spotify(self, widget): return str(self._song)