fix quiet mode

This commit is contained in:
Celogeek 2023-04-26 17:37:41 +02:00
parent 0263a64321
commit 0637d64b93
Signed by: celogeek
SSH Key Fingerprint: SHA256:njNJLzoLQdbV9PC6ehcruRb0QnEgxABoCYZ+0+aUIYc

View File

@ -237,6 +237,7 @@ func (e *ePub) Write() error {
Description: "Writing Part",
CurrentJob: 2,
TotalJob: 2,
Quiet: e.Quiet,
})
for i, part := range epubParts {
ext := filepath.Ext(e.Output)