Skip to content

MlStorage: fix ban / unban when space in filename

Duncan McNamara requested to merge Skantes/vlc-android:ml-ban-spaces into master

The list of banned folders returned by the medialibrary returns an encoded path, including spaces which aren't encoded by VLCUtil.encodeVLCString. To properly compare strings in the ban unban callback, it is necessary to manually encode the space.

Merge request reports