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

fix sanitize-first bug

This commit is contained in:
Alex Xu
2025-03-09 16:50:15 -07:00
committed by GitHub
parent 7a3ed262b1
commit 88cf2fd21f

View File

@@ -541,7 +541,7 @@ def buildEPUB(path, chapternames, tomenumber, ischunked):
global_diff = 0
for x in range(0, pageid + cur_diff + 1):
if '-kcc-b' in filelist[x][1]:
if '-KCC-B' in filelist[x][1]:
pageid += diff_delta
global_diff += diff_delta