Fix user notes not restoring when manga doesn't exist in DB (#1945)

This commit is contained in:
AntsyLich
2025-03-31 11:09:10 +06:00
committed by GitHub
parent 556290f2d3
commit e91db86fae
4 changed files with 7 additions and 4 deletions

View File

@ -262,6 +262,7 @@ class MangaRestorer(
dateAdded = manga.dateAdded,
updateStrategy = manga.updateStrategy,
version = manga.version,
notes = manga.notes,
)
mangasQueries.selectLastInsertedRowId()
}