Skip to content

Commit 78f921d

Browse files
committed
feature: add getData for mobi
#2
1 parent 06e8722 commit 78f921d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Driver/MobiDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function getData(): array
5151
/* @var DecompressorInterface|null $decompressor */
5252
if (2 === $palmDocData['compression']) {
5353
$decompressor = new PalmDocLz77();
54-
} elseif (3 === $palmDocData['compression']) {
54+
} elseif (17480 === $palmDocData['compression']) {
5555
throw new \RuntimeException('HUFF/CDIC compression is not supported.');
5656
} else {
5757
$decompressor = null;

0 commit comments

Comments
 (0)