diff --git a/src/editors/data/redux/thunkActions/video.js b/src/editors/data/redux/thunkActions/video.js index b41c72b4d..b8ced6af0 100644 --- a/src/editors/data/redux/thunkActions/video.js +++ b/src/editors/data/redux/thunkActions/video.js @@ -92,7 +92,7 @@ export const determineVideoSource = ({ [videoSource, fallbackVideos] = [html5Sources[0], html5Sources.slice(1)]; videoType = 'html5source'; } - if (fallbackVideos.length === 0) { + if (!fallbackVideos || fallbackVideos.length === 0) { fallbackVideos = ['', '']; } return {