Skip to content

MediaWrapper: add condition to udpateMeta for title

Duncan McNamara requested to merge Skantes/vlc-android:stream-meta into master

If libvlc doesn't have any meta for title it will provide the filename. This can be problematic with m3u8 #EXTINF that provides a title. This adds a check when updating the title meta. If the libvlc title provided is equal to the filename then it will proritize the medialibrary title.

Fixes #2722 (closed)

Merge request reports