diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmp/soundcore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmp/soundcore.cpp b/src/qmmp/soundcore.cpp index 8bd2601f3..97eecfab7 100644 --- a/src/qmmp/soundcore.cpp +++ b/src/qmmp/soundcore.cpp @@ -203,7 +203,7 @@ int SoundCore::volume() const int SoundCore::balance() const { - return m_volumeControl->left(); + return m_volumeControl->balance(); } bool SoundCore::isMuted() const |
