mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 14:59:18 +01:00
Fix crash when adding if there are more then 1 dupe (#7405)
This commit is contained in:
parent
0c856438fa
commit
0969226fd3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user