]> _ Git - odl.git/commitdiff
wip #4666 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 15 Sep 2021 16:35:23 +0000 (18:35 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 15 Sep 2021 16:35:23 +0000 (18:35 +0200)
app/Jobs/ProcessFluidbook.php

index 2eb32da0b5ebb03919629c7721da165faf51983f..da1a2576aaabea59b55e36c15e272dec78fcf66f 100644 (file)
@@ -254,6 +254,7 @@ class ProcessFluidbook implements ShouldQueue, ShouldBeUnique
 
     protected function compileChapters()
     {
+        $this->config->chaptersPagesNumber = 'physical';
         $this->config->chapters = $this->in->getChapters();
     }