Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play icon always attached to {track} value #487

Closed
aNNiMON opened this issue Jul 5, 2024 · 1 comment · Fixed by #491
Closed

Play icon always attached to {track} value #487

aNNiMON opened this issue Jul 5, 2024 · 1 comment · Fixed by #491
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@aNNiMON
Copy link
Contributor

aNNiMON commented Jul 5, 2024

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 aNNiMON added the bug Something isn't working label Jul 5, 2024
@aome510 aome510 added the good first issue Good for newcomers label Jul 5, 2024
@JadonBelair
Copy link
Contributor

seems simple enough, i could take a crack at this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants