Skip to content

MediaWrapper: fix issue with smb title being empty

Duncan McNamara requested to merge Skantes/vlc-android:share-names into master

Filenames with smb share titles will be null, meaning that title from libvlc will never be chosen, causing an empty string to be chosen down the line as title.

Merge request reports