Skip to content

Commit

Permalink
Don't reset xfader when auto DJ is disabled
Browse files Browse the repository at this point in the history
This fixes the volume change when the xfader is configured in const power mode, bug https://bugs.launchpad.net/bugs/1965298
  • Loading branch information
daschuer committed Apr 6, 2022
1 parent 10b7c1e commit 50258bd
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 50258bd

Please sign in to comment.