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

(cherry picked from commit e91db86faef8d6b17961a1b73fbf07f0d2c8975d)

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
AntsyLich
2025-03-31 11:09:10 +06:00
committed by Jobobby04
parent 027f179a4b
commit ae3f974d8c
3 changed files with 6 additions and 4 deletions
@@ -133,6 +133,7 @@ class MangaRepositoryImpl(
dateAdded = manga.dateAdded,
updateStrategy = manga.updateStrategy,
version = manga.version,
notes = manga.notes,
)
mangasQueries.selectLastInsertedRowId()
}