1
0
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:
Alex Xu
2023-11-28 06:54:47 -08:00
committed by GitHub
parent 6dcaf9a6d1
commit da1ba64bd2

View File

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