mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 09:46:25 +00:00
skip bookmarks if split (#620)
This commit is contained in:
@@ -728,7 +728,7 @@ def getComicInfo(path, originalpath):
|
||||
options.authors.sort()
|
||||
else:
|
||||
options.authors = ['KCC']
|
||||
if xml.data['Bookmarks']:
|
||||
if xml.data['Bookmarks'] and options.batchsplit == 0:
|
||||
options.chapters = xml.data['Bookmarks']
|
||||
if xml.data['Summary']:
|
||||
options.summary = hescape(xml.data['Summary'])
|
||||
|
||||
Reference in New Issue
Block a user