Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(hotfix): merge persisted mangas with fetched ones
- previously fetched mangas would just overwrite the existing mangas - now that we have important data like chapter read/unread & new tracking, we can't just overwrite, have to merge them together - this is a bit of an edge case as the only time there's a conflict is when a favorited manga also appears in the Latest or Search list - but it certainly does happen, I just experienced it! - had chapters overwritten to an empty list bc manga was in Latest
- Loading branch information