Skip to content

Issue #968: Fixed playlist duplicate by name bug

Shivansh Saini requested to merge shivanshs9/vlc-android:playlist-bug into master

Input playlist by name would be considered over the selected playlist to avoid:

  • creating a duplicate playlist
  • adding medias to a selected playlist even if input playlist title was different

Merge request reports