mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 08:12:36 +02:00
fix quiet mode
This commit is contained in:
parent
0263a64321
commit
0637d64b93
@ -237,6 +237,7 @@ func (e *ePub) Write() error {
|
|||||||
Description: "Writing Part",
|
Description: "Writing Part",
|
||||||
CurrentJob: 2,
|
CurrentJob: 2,
|
||||||
TotalJob: 2,
|
TotalJob: 2,
|
||||||
|
Quiet: e.Quiet,
|
||||||
})
|
})
|
||||||
for i, part := range epubParts {
|
for i, part := range epubParts {
|
||||||
ext := filepath.Ext(e.Output)
|
ext := filepath.Ext(e.Output)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user