This commit is contained in:
Celogeek 2022-12-30 01:47:24 +01:00
parent 3c8147b7a0
commit 6721df759d
Signed by: celogeek
GPG Key ID: E6B7BDCFC446233A

View File

@ -34,8 +34,6 @@ type ePub struct {
Publisher string
UpdatedAt string
imagesCount int
processingImages func() chan *Image
templateProcessor *template.Template
}