diff --git a/frontend/src/utils/index.js b/frontend/src/utils/index.js index 08fcdb9a..c2c58148 100644 --- a/frontend/src/utils/index.js +++ b/frontend/src/utils/index.js @@ -551,11 +551,10 @@ export const enablePlyr = async () => { const wait = (ms) => new Promise((resolve) => setTimeout(resolve, ms)) const setupPlyrForVideo = (video, players) => { - const src = video.getAttribute('src') || video.getAttribute('data-src') + const src = video.getAttribute('src') if (src) { const videoID = extractYouTubeId(src) - video.setAttribute('data-plyr-provider', 'youtube') video.setAttribute('data-plyr-embed-id', videoID) } diff --git a/lms/__init__.py b/lms/__init__.py index d68cc6da..f394fe68 100644 --- a/lms/__init__.py +++ b/lms/__init__.py @@ -1 +1 @@ -__version__ = "2.32.0" +__version__ = "2.32.2"