update now playing

This commit is contained in:
zoe 2022-09-17 11:36:18 +02:00
parent 8b17b0ce7b
commit d2394cf1b1
1 changed files with 0 additions and 2 deletions

View File

@ -24,6 +24,4 @@ def get_currently_playing():
.stdout.decode("utf-8")
.strip()
)
if output[0] == "-":
return ""
return output