diff --git a/bin/miniplayer b/bin/miniplayer index 5c673d2..687dce0 100755 --- a/bin/miniplayer +++ b/bin/miniplayer @@ -623,6 +623,9 @@ class Player: except KeyError: artist = "" + if type(artist) is list: + artist = ", ".join(artist) + try: title = song["title"] except KeyError: