mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 08:04:25 +02:00
Fix volume on external (un)muting
This commit is contained in:
@@ -583,7 +583,8 @@ AudioOutput::onVlcEvent( const libvlc_event_t* event )
|
||||
setState( Error );
|
||||
break;
|
||||
case libvlc_MediaPlayerAudioVolume:
|
||||
emit volumeChanged( event->u.media_player_audio_volume.volume );
|
||||
m_volume = event->u.media_player_audio_volume.volume;
|
||||
emit volumeChanged( volume() );
|
||||
break;
|
||||
case libvlc_MediaPlayerMuted:
|
||||
m_muted = true;
|
||||
|
Reference in New Issue
Block a user