Merge branch 'main' into dev
This commit is contained in:
@@ -638,6 +638,9 @@ class Player:
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
artist = ""
|
artist = ""
|
||||||
|
|
||||||
|
if type(artist) is list:
|
||||||
|
artist = ", ".join(artist)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
title = song["title"]
|
title = song["title"]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = miniplayer
|
name = miniplayer
|
||||||
version = 1.5.1
|
version = 1.5.2
|
||||||
description = An mpd client with album art and basic functionality.
|
description = An mpd client with album art and basic functionality.
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user