Explorar o código

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

AntsyLich %!s(int64=2) %!d(string=hai) anos
pai
achega
0969226fd3
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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