1 parent 9c97da2 commit 196d13cCopy full SHA for 196d13c
1 file changed
src/library/autodj/autodjprocessor.cpp
@@ -1711,10 +1711,9 @@ void AutoDJProcessor::playerOrientationChanged(DeckAttributes* pAttributes) {
1711
}
1712
1713
if (m_eState != ADJ_DISABLED) {
1714
- // Disable and Enable auto DJ. We will likely fail to enable auto DJ
1715
- // but that will pop up an error to explain the situation to the user.
+ // Disable auto DJ and emit the error explaining that we no longer have two valid decks.
1716
toggleAutoDJ(false);
1717
- toggleAutoDJ(true);
+ emit autoDJError(ADJ_NOT_TWO_DECKS);
1718
1719
1720
0 commit comments