Skip to content

qml: do not allow every drop in PlaylistListView

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

Not every drop is valid for the playqueue, this is a regression with a change I introduced recently.

For example, the PIP Player drag event should not be accepted there. It is easy to fix this, by checking if the drag contains any URLs then it is valid otherwise it's not.

Merge request reports