diff --git a/kindlecomicconverter/comic2ebook.py b/kindlecomicconverter/comic2ebook.py index e28ddcf..f0f96d1 100755 --- a/kindlecomicconverter/comic2ebook.py +++ b/kindlecomicconverter/comic2ebook.py @@ -741,9 +741,7 @@ def getComicInfo(path, originalpath): except Exception: os.remove(xmlPath) return - if xml.data['Title']: - options.title = hescape(xml.data['Title']) - elif defaultTitle: + if defaultTitle: if xml.data['Series']: options.title = hescape(xml.data['Series']) if xml.data['Volume']: