Skip to content

Fix the pause() method toggling pause state for VLC backend

Bart De Vries requested to merge work/fix-vlc-toggle-pause into master

This method should pause the audio. Instead, the VLC backend would toggle the pause state, i.e. it would start playing again if the audio stream was already paused. This caused issues with already paused streams incorrectly resuming playback after the system woke up from suspend.

BUG: 474432

Merge request reports