Describe the bug
After clicking on UpdateDownloadAll, in case of novel-entry in the middle of the library, if currently selected novel has some updates, then the code-execution splits into 2 -
- First goes into the next novel-entry and starts loading that
- Second keeps downloading the chapters of the currently selected novel-entry
This bug happens mostly when the computer isn't switched off for a long time, for example my system hasn't been turned off for 3 weeks. Bug still appears very randomly. In some PCs, it can't be reproduced at all.
To Reproduce
Do as mentioned above
Expected behavior
Point 2 should be the one happening and not point 1.
Describe the bug
After clicking on
UpdateDownloadAll, in case of novel-entry in the middle of the library, if currently selected novel has some updates, then the code-execution splits into 2 -This bug happens mostly when the computer isn't switched off for a long time, for example my system hasn't been turned off for 3 weeks. Bug still appears very randomly. In some PCs, it can't be reproduced at all.
To Reproduce
Do as mentioned above
Expected behavior
Point 2 should be the one happening and not point 1.