Sorting Playlist with numbers results in : 1,10,11,2,3,4,...
Sorting playlists by Title when Titles start with numbers results in a bad sort.
current result of sort: 1,10,11,12,2,3,4,5,6,7,8,9
expected behaviour: 1,2,3,4,5,6,7,8,9,10,11,12
Sorting playlists by Title when Titles start with numbers results in a bad sort.
current result of sort: 1,10,11,12,2,3,4,5,6,7,8,9
expected behaviour: 1,2,3,4,5,6,7,8,9,10,11,12
VideoLAN code repository instance