From 130fa0ea4f4c02b27d398e166f6220d9dfee3776 Mon Sep 17 00:00:00 2001 From: WORD559 Date: Sat, 29 Dec 2018 16:42:21 +0000 Subject: [PATCH] Commented out @scrollable for spotify module -- does not work for some reason, see PR #343 --- bumblebee/modules/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)