fix: Keep page as they are if we can't decode them and disable conversion

This commit is contained in:
Antoine Aflalo
2025-09-03 22:15:10 -04:00
parent a151a1d4f8
commit ede8d62572
3 changed files with 17 additions and 29 deletions

View File

@@ -154,7 +154,7 @@ func TestConverter_ConvertChapter(t *testing.T) {
name: "Tall image without split",
pages: []*manga.Page{createTestPage(t, 1, 800, webpMaxHeight+100, "png")},
split: false,
expectError: false,
expectError: true,
numExpected: 1,
},
}