Skip to content

Add PlayerProxy missing current track when created after loading#12559

Merged
daschuer merged 1 commit intomixxxdj:mainfrom
acolombier:fix/qml-playerproxy-missing-current-track
Jan 14, 2024
Merged

Add PlayerProxy missing current track when created after loading#12559
daschuer merged 1 commit intomixxxdj:mainfrom
acolombier:fix/qml-playerproxy-missing-current-track

Conversation

@acolombier
Copy link
Copy Markdown
Member

This PR fixes the issue where a QMLPlayerProxy is missing the currently loaded track. Currently, if you create a QMLPlayerProxy (or PlayerProxy in QML) while a track is already loaded on a player, the PlayerProxy will appears as if no track was loaded.

This can can be reproduced by

  • Opening the QML interface
  • Load a track on a deck
  • Triggering a reload (e.g touch res/qml/main.qml)

Without this fix, the deck will appears as if empty. With it, and will display correctly, with the loaded track.

@daschuer daschuer added this to the 2.5.0 milestone Jan 14, 2024
Copy link
Copy Markdown
Member

@daschuer daschuer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thank you.

@daschuer daschuer merged commit 7ab6594 into mixxxdj:main Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants