Closed kalhartt closed 8 years ago
Nice find. I think you're right. I'll fix this in the master branch which will be 5.0.0 - which is not ready for release yet. Would you also like me to fix this in another branch and release 4.3.1?
That's great, thanks! It's not critical for me, so you don't have to do a release for it.
I'm having an issue replacing the first element in a playlist doing something like the following:
The
next->prev = item
should be outside of theif( next->prev )
in playlist.c:L1317 right?