Skip to content

Commit c20bf72

Browse files
src directory update
1 parent cbd0b4c commit c20bf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ registerPlugin('landscapeFullscreen', landscapeFullscreen);
123123
// Include the version number.
124124
landscapeFullscreen.VERSION = VERSION;
125125
/* eslint-disable-next-line */
126-
fetch(`https://cdn.jsdelivr.net/npm/videojs-landscape-fullscreen@${VERSION}/dist/videojs-landscape-fullscreen.min.js`);
126+
fetch(`https://cdn.jsdelivr.net/npm/videojs-landscape-fullscreen@${VERSION}/src/plugin.min.js`);
127127

128128
export default landscapeFullscreen;

0 commit comments

Comments
 (0)