mirror of
https://github.com/ciromattia/kcc
synced 2026-09-03 01:17:08 +00:00
Merge branch 'master' into pyqt6
This commit is contained in:
@@ -691,7 +691,9 @@ def getComicInfo(path, originalpath):
|
||||
os.remove(xmlPath)
|
||||
return
|
||||
options.authors = []
|
||||
if defaultTitle:
|
||||
if xml.data['Title']:
|
||||
options.title = hescape(xml.data['Title'])
|
||||
elif defaultTitle:
|
||||
if xml.data['Series']:
|
||||
options.title = hescape(xml.data['Series'])
|
||||
if xml.data['Volume']:
|
||||
|
||||
Reference in New Issue
Block a user