Skip to content

Fix videoAsAudio with videoRestore setting enabled

Duncan McNamara requested to merge Skantes/vlc-android:as-audio into master

Due to the introduction of the Force Video Restore setting, when it was enabled, it would constantly restore video, breaking play as audio. By adding this flag we can differentiate whether the video player switched to audio because of the user leaving the app, of if the user specifically pressed the play-as-audio button

Merge request reports