Comment 5 for bug 1415990

Revision history for this message
Katja (katjawy) wrote :

this is a valid bug but only for Genre section
therefore the following will solve it

in src\calibre\library\catalogs\epub_mobi_builder.py
at 2110
replace if book['title'] == this_book['title']
by if book['title'] == this_book['title'] and book['author'] == this_book['author']:

Hi @kovidgoyal,
do you mind to implement this?