mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-27 17:49:16 +03:00
Fix crash when adding if there are more then 1 dupe (#7405)
This commit is contained in:
parent
0c856438fa
commit
0969226fd3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue