Skip to content

qml: use loader for the playlist

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/playlistloader into master

In case the playlist is not docked, it should not be loaded within the main window. Otherwise, it gets loaded two times.

This can be achieved easily by changing the FocusScope to Loader, because Loader is also a focus scope.

Merge request reports