fix empty artist in dbus_player segment

When the dbus-connected media player (eg, Supersonic) finishes playing music,
the `artist` variable is shown in the segment as:

    dbus.Array([], signature=dbus.Signature('s'), variant_level=1)

instead of an empty string. This fixes the issue.
This commit is contained in:
Jérôme Charaoui 2023-10-01 09:20:19 -04:00
parent 833f30e88e
commit 8168da81a4
No known key found for this signature in database
GPG Key ID: 69C52F658E988542
1 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,8 @@ else:
title = out_u(title)
if artist:
artist = out_u(artist[0])
else:
artist = ""
length = info.get('mpris:length')
# avoid parsing `None` length values, that would