mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-01 19:34:24 +02:00
Fix 'Add New Book' dialog when multiple existing found on update.
This commit is contained in:
parent
47fd71c4b9
commit
61ba096c6e
1 changed files with 2 additions and 0 deletions
|
|
@ -1529,6 +1529,8 @@ class FanFicFarePlugin(InterfaceAction):
|
|||
book_id = None
|
||||
mi = None
|
||||
book['calibre_id'] = None
|
||||
identicalbooks = []
|
||||
collision = book['collision'] = ADDNEW
|
||||
else:
|
||||
raise NotGoingToDownload(identicalbooks_msg,"minusminus.png")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue