]> git.sesse.net Git - vlc/commit
Fix a bug when sorting the playlist:
authorRémi Duraffort <ivoire@videolan.org>
Sun, 17 May 2009 20:18:08 +0000 (22:18 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Sun, 17 May 2009 20:46:12 +0000 (22:46 +0200)
commit29ab3b29df89fcd92973a404f2d8495039853899
tree1c25793393e097e3f957aa00d369de5bcb04835e
parent7d35744605d9f63c4772d428e8ae7a8e57b59bc1
Fix a bug when sorting the playlist:

Actually sort is well done but when the user ask for the next/previous item in
the playlist, it will get the one without the sort and not the right
previous/next item.

This is caused by the fact that the table which describe previous/next isn't
rebuilded after a call to the sort function. This commit force the rebuild to
be done (b_reset_currently_playing = true)
src/playlist/sort.c