Skip to content

qml: Ctrl+L shortcut to open the playlist view now works the first time

Ash V requested to merge tvermaashutosh/vlc:ctrl_l into master

Added missing updatePlaylistVisible transition in the fsmForceHidden FSMState of the PlayerPlaylistVisibilityFSM.qml to update the FSMState of the PlayerPlaylistVisibilityFSM when Ctrl + L is hit for the first time to change the FSMState from fsmForceHidden to fsmFollowVisible — while playing a video.

Previously:
Previously
Presently:
Presently

Fixes Issue: #28500 (closed)

Edited by Ash V

Merge request reports