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

lp1746325 : Fix empty deck can be played #1507

Merged
merged 1 commit into from
Feb 4, 2018

Conversation

johanLsp
Copy link
Contributor

@johanLsp johanLsp commented Feb 4, 2018

Issue : when a deck is empty (after ejecting or when loading a track failed), it is possible to play it.
Cause : Unloading a track is done by loading an empty track. This is a special case where the deck would enter a 'track loading' state without exiting it. A deck can be played when it is loading a track.
Fix : Do not consider a track is loading when it is an empty track.

@daschuer
Copy link
Member

daschuer commented Feb 4, 2018

Cool, Thank you very much! LGTM

@daschuer daschuer merged commit 5667a0d into mixxxdj:master Feb 4, 2018
@Be-ing
Copy link
Contributor

Be-ing commented Apr 3, 2018

Whoops, I noticed this was targeted at the master branch. I rebased it on 2.1 for the release.

ronso0 added a commit to ronso0/mixxx that referenced this pull request Jul 19, 2018
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.

3 participants