From: Vincent Vanwaelscappel Date: Wed, 15 Sep 2021 16:35:23 +0000 (+0200) Subject: wip #4666 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c7fe4d1147ded12282d56713bf9fc2a055facdc6;p=odl.git wip #4666 @0.75 --- diff --git a/app/Jobs/ProcessFluidbook.php b/app/Jobs/ProcessFluidbook.php index 2eb32da..da1a257 100644 --- a/app/Jobs/ProcessFluidbook.php +++ b/app/Jobs/ProcessFluidbook.php @@ -254,6 +254,7 @@ class ProcessFluidbook implements ShouldQueue, ShouldBeUnique protected function compileChapters() { + $this->config->chaptersPagesNumber = 'physical'; $this->config->chapters = $this->in->getChapters(); }