[modules/spotify] update in the background
to rule out issues in the dbus communication, update the spotify module in the background. see #702
This commit is contained in:
parent
b79c19b616
commit
070fe865dd
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ class Module(core.module.Module):
|
|||
def __init__(self, config, theme):
|
||||
super().__init__(config, theme, [])
|
||||
|
||||
self.background = True
|
||||
|
||||
self.__layout = util.format.aslist(
|
||||
self.parameter(
|
||||
"layout", "spotify.song,spotify.prev,spotify.pause,spotify.next",
|
||||
|
|
Loading…
Reference in a new issue