summaryrefslogtreecommitdiffstats
path: root/src/mixer/samplerbank.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer/samplerbank.cpp')
-rw-r--r--src/mixer/samplerbank.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/samplerbank.cpp b/src/mixer/samplerbank.cpp
index 732f58ec0b..64f9472b5d 100644
--- a/src/mixer/samplerbank.cpp
+++ b/src/mixer/samplerbank.cpp
@@ -216,7 +216,7 @@ bool SamplerBank::loadSamplerBankFromPath(const QString& samplerBankPath) {
if (location.isEmpty()) {
m_pPlayerManager->slotLoadTrackToPlayer(TrackPointer(), group);
} else {
- m_pPlayerManager->slotLoadToPlayer(location, group);
+ m_pPlayerManager->slotLoadLocationToPlayer(location, group);
}
}