Skip to content

media library: perform UIKit call on main thread

Felix Paul Kühne requested to merge fkuehne/vlc-ios:ml-mt into master

This ensure those 2 calls to be run on the main thread instead of a background thread.

Merge request reports