Fix crash when adding if there are more then 1 dupe (#7405)
(cherry picked from commit 0969226fd3)
This commit is contained in:
@@ -71,7 +71,8 @@ SELECT *
|
||||
FROM mangas
|
||||
WHERE favorite = 1
|
||||
AND LOWER(title) = :title
|
||||
AND source != :source;
|
||||
AND source != :source
|
||||
LIMIT 1;
|
||||
|
||||
resetViewerFlags:
|
||||
UPDATE mangas
|
||||
|
||||
Reference in New Issue
Block a user