1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

fix: disabled overriding title (#857)

This commit is contained in:
Vinh Quang Tran
2025-03-10 08:22:34 +09:00
committed by GitHub
parent 9e204aad76
commit 7a3ed262b1

View File

@@ -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']: