💥 fix(eww): mediaplayer script error, remove album art entry

This commit is contained in:
João Dias
2024-11-23 11:50:35 -03:00
parent 6631f91bd7
commit 748c0ae60f
+1 -1
View File
@@ -133,7 +133,7 @@ class PlayerManager:
"status": player.props.status.lower(),
"title": player.get_title(),
"artist": player.get_artist(),
"art": player.get_album_url(),
# "art": , somehow get album art metadata
"player": player.props.player_name.lower()
}