Skip to content

MediaCategoryVC: add missing array lock

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

This fixes a rare case in the view controller where the content array also needs to be locked.

Merge request reports