Skip to content

qt: early resolve medialibrary input items on drag&drop

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

Resolve input items earlier than right when drop occurs. This makes the UI more responsive as the items are added faster because there is no more waiting time for the input items to be resolved on drop.

Merge request reports