Merge pull request #690 from joshbarrass/deadbeef-patch
Quotes around the deadbeef string to prevent parsing errors by deadbeef
This commit is contained in:
commit
d759ed5051
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class Module(core.module.Module):
|
||||||
self._song = ""
|
self._song = ""
|
||||||
return
|
return
|
||||||
## perform the actual query -- these can be much more sophisticated
|
## perform the actual query -- these can be much more sophisticated
|
||||||
data = util.cli.execute(self.now_playing_tf + self._tf_format)
|
data = util.cli.execute(self.now_playing_tf + '"'+self._tf_format+'"')
|
||||||
self._song = data
|
self._song = data
|
||||||
|
|
||||||
def update_standard(self, widgets):
|
def update_standard(self, widgets):
|
||||||
|
|
Loading…
Reference in a new issue