Skip to content

Commit

Permalink
Merge pull request #4714 from daschuer/lp1967941
Browse files Browse the repository at this point in the history
Don't reset xfader when auto DJ is disabled
  • Loading branch information
ronso0 authored Apr 10, 2022
2 parents 366a8a2 + 50258bd commit 4d1f111
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/library/autodj/autodjprocessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ AutoDJProcessor::AutoDJError AutoDJProcessor::toggleAutoDJ(bool enable) {
&AutoDJProcessor::crossfaderChanged);
deck1->disconnect(this);
deck2->disconnect(this);
m_pCOCrossfader->set(0);
emitAutoDJStateChanged(m_eState);
}
return ADJ_OK;
Expand Down

0 comments on commit 4d1f111

Please sign in to comment.