Skip to content

Medialibrary: addStream, remove encoding for title

Duncan McNamara requested to merge Skantes/vlc-android:title-encode into master

There is no need to encode a title, it isn't used with a filesystem, only for display purposes. No titles are encoded when added to the medialibrary, which means they aren't decoded either when used, this caused an issue when using addStream from a current playback.

Fixes #3067

Merge request reports