Fix user notes not restoring when manga doesn't exist in DB (#1945)
This commit is contained in:
@@ -120,6 +120,7 @@ class MangaRepositoryImpl(
|
||||
dateAdded = manga.dateAdded,
|
||||
updateStrategy = manga.updateStrategy,
|
||||
version = manga.version,
|
||||
notes = manga.notes,
|
||||
)
|
||||
mangasQueries.selectLastInsertedRowId()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user