added more media information

This commit is contained in:
willifan 2024-06-21 13:13:29 +02:00
parent 544718757c
commit 3a76fd59df
2 changed files with 6 additions and 4 deletions

View file

@ -100,8 +100,8 @@
:space-evenly false
(space)
(label
:text {media.name}
:tooltip {media.name}
:text "${media.title} - ${media.artist}"
:tooltip "${media.title} - ${media.artist} | ${media.album}"
:truncate true)
(space)))