Эх сурвалжийг харах

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

AntsyLich 2 жил өмнө
parent
commit
0969226fd3

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

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