[Bug] Updates screen is flooded after migration
See original GitHub issueDevice information
- Tachiyomi version: r3185
Steps to reproduce
- Clear database in advanced settings to make sure you don’t have prefetched chapters from different source.
- Open a manga in your library.
- ⋮ ->
Migrate
-> Choose manga from different source ->Migrate
. - Go to the
Updates
screen.
Expected behavior
See new chapters from different manga and sources.
Actual behavior
See too many chapters from the manga you just migrated.
Other details
PR that caused the issue to be more annoying #4645. Before this, chapters where also filtered by upload date, so chapters older than 3 months didn’t show up in the Updates. So even when manga is released weekly, it would show about 12 chapters, but now it will show all chapters from the manga. And if you migrate a manga with more than 500 chapters, the Updates screen becomes entirely useless since number of chapters there is limited to 500.
I also tried to fix it myself in the migration code (wanted to transfer fetch date along with read status), but I couldn’t, that’s why I’m creating this issue.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Overwatch 2 "migration queue keeps resetting" error
The most recent error displays the "migration queue keeps resetting" message and has only been affecting veteran players who already owned ...
Read more >ESXi host unresponsive after upgrade to 6.7 P03 or later due ...
ESXi host may enter into an unresponsive state after upgrading to 6.7 P03 or later due to AHCI driver issue. This is a...
Read more >Apple Confirms Serious New Problems For iPhone 14 Buyers
09/19 Update: More problems are being reported for iPhone 14 Pro models. Picked up by 9to5Mac, reports are flooding in from owners that...
Read more >Windows 10 users complain of performance loss and ... - IT PRO
The Windows 10 KB4549951 and KB4566782 updates, lanched on 11 August, have resulted in a range of performance issues and, in some cases, ......
Read more >Using the Microsoft SharePoint Migration Tool (SPMT)
Select “SharePoint Server” and you will see the following prompt screen for the location of your on-premise. SharePoint Site:.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, we could potentially coalesce it in the query, or set it when creating the chapter objects.
Also if you add a title without fetching its chapters (either by long pressing it from the manga list or in the details screen but your connection is too slow) and visit it afterwards, all its chapters will show up in Updates screen. You have to manually remove and readd the title to clear them out.