This commit is contained in:
Leo Robinovitch 2024-04-13 22:44:32 -07:00
parent f933e46798
commit 0266944ec9

View file

@ -34,7 +34,7 @@ type EpisodeBatch struct {
type ComicFile interface { type ComicFile interface {
addImage([]byte) error addImage([]byte) error
save(outputPath string) error save(outFile string) error
} }
type PDFComicFile struct { type PDFComicFile struct {