Hello,
I'm having problem with playlist item move function...
scenario:
1. Add 3 items to playlist
- playlist has id 1
- list of tracks has id 2
- media library has id 3
added tracks starts from id 4
2. move 4 6
item 4 moves behind item 6 - OK
3. move 5 4
nothing happens, no items moves - KO
4. move 6 4
item 6 is on the top - KO
5. move 6 5 - program crashes, ultra KO
I'm doing some boosts for web interface, but I can't pass this bug. Am I missing something? Thanks for any reply.