]> _ Git - fluidbook-html5.git/commitdiff
wip #6669 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 24 Jan 2024 09:23:41 +0000 (10:23 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 24 Jan 2024 09:23:41 +0000 (10:23 +0100)
js/libs/fluidbook/fluidbook.video.js

index 75a1db4a007b31b1ef0f9705fe45ceea422bde5d..7adfbb508aac5da9731dc30eecec80a8d0065d97 100644 (file)
@@ -133,7 +133,7 @@ FluidbookVideo.prototype = {
                 console.warn('Error disposing player #' + id + ' -- ' + exception.message);
             }
         }
-        if (fluidbook.settings.mobileVideosPath == '') {
+        if (true || fluidbook.settings.mobileVideosPath == '') {
             if (name.indexOf('data/') !== -1) {
                 path = name;
             } else {