mirror of
https://github.com/ciromattia/kcc
synced 2025-12-15 18:56:28 +00:00
fix: disabled overriding title (#857)
This commit is contained in:
@@ -741,9 +741,7 @@ def getComicInfo(path, originalpath):
|
|||||||
except Exception:
|
except Exception:
|
||||||
os.remove(xmlPath)
|
os.remove(xmlPath)
|
||||||
return
|
return
|
||||||
if xml.data['Title']:
|
if defaultTitle:
|
||||||
options.title = hescape(xml.data['Title'])
|
|
||||||
elif defaultTitle:
|
|
||||||
if xml.data['Series']:
|
if xml.data['Series']:
|
||||||
options.title = hescape(xml.data['Series'])
|
options.title = hescape(xml.data['Series'])
|
||||||
if xml.data['Volume']:
|
if xml.data['Volume']:
|
||||||
|
|||||||
Reference in New Issue
Block a user