spotify-player icon indicating copy to clipboard operation
spotify-player copied to clipboard

Play icon always attached to {track} value

Open aNNiMON opened this issue 7 months ago • 1 comments

Describe the bug I'd like to change a playback format so that the artists are followed by the track title. However, the playback icon is attached to a track title.

To Reproduce

  1. Change playback_format:
    playback_format = """
    {artists} – {track}
    {album}
    {metadata}"""
    
  2. Restart the app

Expected behaviour Playback icon should be at the start of the line, before the artists.

Actual behaviour Playback icon attached to the track title

image

Environment

  • OS: Windows 11
  • Application version: 0.18.2

aNNiMON avatar Jul 05 '24 09:07 aNNiMON