I've the same problem and as workaround i use this solution :
vlc.playlist.clear();
vlc.playlist.add("file://"+Library+Artist+"/"+Album+"/"+SongList.selectedItem.label);
vlc.playlist.next();
vlc.playlist.play();
it's work fine for me, hpe this is helpful