Merge pull request #872 from SamTebbs33/main
Fix missing playback_status
This commit is contained in:
commit
c011cfb6c1
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ class Module(core.module.Module):
|
|||
return None
|
||||
|
||||
def update(self):
|
||||
playback_status = self.status()
|
||||
for widget in self.widgets():
|
||||
if playback_status:
|
||||
if widget.name == "playerctl.pause":
|
||||
|
|
Loading…
Reference in a new issue