Skip to content

VLCPlaybackServiceDelegate: mediaForPlayingMedia: Fix nullability

Set correct nullability for the media parameter since it can be nil.

If media was nil, it would lead to a crash in Swift -> AudioMiniPlayer

Detected through a crashlog.crash from appstoreConnect.

Merge request reports