qml: use loader for the playlist
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.