summaryrefslogtreecommitdiffstats
path: root/src/mixer/playermanager.cpp
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-06-21 18:36:03 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-06-21 18:36:03 +0200
commit96558baf16ec91ef24621e0ca4716c33957bcd79 (patch)
tree46a20172a7c60eed9c97e3bd229582c6bfb58281 /src/mixer/playermanager.cpp
parentc1278323b93d602611ec7ad27b94ef4c42e6691d (diff)
control: Refactor ControlProxy and require flag to allow empty keys
Diffstat (limited to 'src/mixer/playermanager.cpp')
-rw-r--r--src/mixer/playermanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/playermanager.cpp b/src/mixer/playermanager.cpp
index dcca65e325..fe483c1e34 100644
--- a/src/mixer/playermanager.cpp
+++ b/src/mixer/playermanager.cpp
@@ -604,7 +604,7 @@ void PlayerManager::slotLoadTrackToPlayer(TrackPointer pTrack, QString group, bo
// AutoDJProcessor is initialized after PlayerManager, so check that the
// ControlProxy is pointing to the real ControlObject.
if (!m_pAutoDjEnabled->valid()) {
- m_pAutoDjEnabled->initialize(ConfigKey("[AutoDJ]", "enabled"));
+ m_pAutoDjEnabled->initialize();
}
bool autoDjSkipClone = m_pAutoDjEnabled->get() && (pPlayer == m_decks.at(0) || pPlayer == m_decks.at(1));