Skip to content

Playlists: fix media not set over ML_SIZE_LIMIT

Duncan McNamara requested to merge Skantes/vlc-android:fix-playlist-crash into master

With pagedLists when a list is over the MEDIALIBRARY_SIZE_LIMIT, media over it won't be set, causing crashes. This forces each media to be set when the mediawrapper list is over the constant.

Fixes #2623 (closed)

Merge request reports