qml: do not allow every drop in PlaylistListView
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.