]> _ Git - fluidbook-html5.git/commitdiff
fix #3108 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 4 Oct 2019 15:17:51 +0000 (17:17 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 4 Oct 2019 15:17:51 +0000 (17:17 +0200)
js/libs/fluidbook/fluidbook.audiodescription.js

index 5a657d0c11ed5adcc5b062c65d9897cdf452b160..669983c44548447071011c424e457a6801628558 100644 (file)
@@ -93,8 +93,8 @@ FluidbookAudioDescription.prototype = {
 
         this.pauseAllPlayers();
 
-        var pageNumLeft = this.fluidbook.getPhysicalPageNumberOfSide('left');
-        var pageNumRight = this.fluidbook.getPhysicalPageNumberOfSide('right');
+        var pageNumLeft = this.fluidbook.getPhysicalPageNumberOfSide('left', true);
+        var pageNumRight = this.fluidbook.getPhysicalPageNumberOfSide('right', true);
 
         // Left hand page
         if (this.hasAudio(pageNumLeft)) {