Parcourir la source

Fix crash when adding if there are more then 1 dupe (#7405)

AntsyLich il y a 2 ans
Parent
commit
0969226fd3
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      app/src/main/sqldelight/data/mangas.sq

+ 2 - 1
app/src/main/sqldelight/data/mangas.sq

@@ -63,7 +63,8 @@ SELECT *
 FROM mangas
 WHERE favorite = 1
 AND LOWER(title) = :title
-AND source != :source;
+AND source != :source
+LIMIT 1;
 
 resetViewerFlags:
 UPDATE mangas