summaryrefslogtreecommitdiffstats
path: root/src/mixxx.cpp
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-08-05 11:40:17 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-08-05 11:40:17 +0200
commit9296e6e59b12c133900903a1585115cc6a015fc7 (patch)
treebd4b7c8a9ff934c247c72a50bbf4db2d746fe911 /src/mixxx.cpp
parentd4febde01c65f89936be5db6fdbe9c462e192e59 (diff)
parent42fcb208bbdcbd26e17f15150db9d8590abea9cc (diff)
Merge branch '2.3' of github.com:mixxxdj/mixxx into masterHEADmaster
Diffstat (limited to 'src/mixxx.cpp')
-rw-r--r--src/mixxx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mixxx.cpp b/src/mixxx.cpp
index 83f85edd2a..339c65563d 100644
--- a/src/mixxx.cpp
+++ b/src/mixxx.cpp
@@ -304,6 +304,7 @@ void MixxxMainWindow::initialize(QApplication* pApp, const CmdlineArgs& args) {
&PlayerManager::noVinylControlInputConfigured,
this,
&MixxxMainWindow::slotNoVinylControlInputConfigured);
+ PlayerInfo::create();
for (int i = 0; i < kMicrophoneCount; ++i) {
m_pPlayerManager->addMicrophone();