From: Vincent Vanwaelscappel Date: Wed, 24 Jan 2024 09:23:41 +0000 (+0100) Subject: wip #6669 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cdd060d06f8fcbae371ae6313cc03e343a939945;p=fluidbook-html5.git wip #6669 @0.25 --- diff --git a/js/libs/fluidbook/fluidbook.video.js b/js/libs/fluidbook/fluidbook.video.js index 75a1db4a..7adfbb50 100644 --- a/js/libs/fluidbook/fluidbook.video.js +++ b/js/libs/fluidbook/fluidbook.video.js @@ -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 {