Fix playlist item dragging video to only neighbor positions#13049
Conversation
Call `saveImmediate` only after used actually dropped item instead of every time View is updated which happens several times to show user a feedback where item would be moved
|
Hi! Does that mean this will go into the next update? Am having this issue as well. |
Hello. I would also like to ask if there are any plans for a hot fix release for this...as well as a few other new bugs introduced by the new release. This playlist bug is a show stopper for me, so I had to downgrade to the previous version. @dustdfg, I tried your debug APK, and that did indeed fix the dragging problem. Thank you! However, it also introduced a new problem for me where my entire history pane never loads no matter what, despite those history entries being present in the database. |
|
My plan is to make a hotfix on the weekend, probably on Sunday. |
If it is a bug so please fill a new issue and provide more details how to reproduce and notice it |
|

What is it?
Description of the changes in your PR
Fix playlist item dragging video to only neighbor positions
Call
saveImmediateonly after used actually dropped item instead of every time View is updated which happens several times to show user a feedback where item would be movedFixes the following issue(s)
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.
Due diligence