Skip to content

VLCMLMedia: add extension to find media

Felix Paul Kühne requested to merge fkuehne/vlc-ios:cp-fix-metadata into master

This removes duplicated code and moves it to the place where it belongs instead of implementing the same logic in 3 different view controllers.

Additionally, this fixes metadata handling when the app is launched through the CarPlay scene where none of those view controllers is present.

This fixes #1491 (closed)

Merge request reports