Merge branch 'master' into pyqt6

This commit is contained in:
Alex Xu
2023-06-28 14:52:20 -07:00
committed by GitHub
6 changed files with 36 additions and 27 deletions
+3 -1
View File
@@ -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']: