From cdd060d06f8fcbae371ae6313cc03e343a939945 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 24 Jan 2024 10:23:41 +0100 Subject: [PATCH] wip #6669 @0.25 --- js/libs/fluidbook/fluidbook.video.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5