Skip to content

playlist: use stable sort

Romain Vimont requested to merge rom1v/vlc:stable_playlist_sort into master

An unstable sort may confuse users.

Since we already create a full array of items with their metadata before sorting, adding the initial index as an additional criteria is almost free.

Fixes #27783 (closed)

Merge request reports