Skip to content

Conversation

@xARSENICx
Copy link
Contributor

@xARSENICx xARSENICx commented Feb 12, 2026

Add early-return guards to loadTrack() and loadTrackFromLocation() to skip the load if the requested track is already loaded in the player. This prevents unnecessary unload/reload cycles, avoiding audible glitches and redundant signal emissions.

loadTrackFromLocationUrl() is covered implicitly since it delegates to loadTrackFromLocation().

Fixes: #14809

Add early-return guards to loadTrack() and loadTrackFromLocation()
to skip the load if the requested track is already loaded in the
player. This prevents unnecessary unload/reload cycles, avoiding
audible glitches and redundant signal emissions.

loadTrackFromLocationUrl() is covered implicitly since it delegates
to loadTrackFromLocation().

Fixes: mixxxdj#14809
@github-actions github-actions bot added the qml label Feb 12, 2026
@acolombier acolombier self-assigned this Feb 12, 2026
@xARSENICx
Copy link
Contributor Author

xARSENICx commented Feb 12, 2026

Am confused here? Are QML issues not to be touched? I don't know what core dev self-assigning a PR mean, so am sorry if I misunderstood anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prevent repeated load operation on PlayerProxy

2 participants