More specifically, here's the issue I had:
I have a 'Remove Book from Device' chain*, mostly for when I finish an Overdrive book.
It first clears some Kobo-related columns and then adds the book to a 'Remove from Device' reading list. Then, if my device is connected, it immediately syncs the list.
However, on 5.99, it doesn't sync the list after upgrading to the beta. This is because the conditional is checking for 'Kobo Libra H2O' and the template is returning a null value.
Will the breakpoints thing help with that? I'd run from source but I haven't figured out how to switch to the qt6 branch in Sourcetree.
* I'd attach it, but the export is throwing a AttributeError: type object 'QFileDialog' has no attribute 'AnyFile' error.
Last edited by ownedbycats; 06-28-2022 at 04:18 PM.
|