Skip to content
Snippets Groups Projects
Unverified Commit 57f5df2d authored by Rox Squires's avatar Rox Squires Committed by GitHub
Browse files

Fix | Vue-plyr CORS issue (#9790)


* Added Video player

Added vue-plyr as the video play

* Create node.js.yml

* Delete node.js.yml

* Added vue-plyr into pnpm-lock.yaml

* tweak

* Fixed the pnpm-lock.yaml

For some reason on the dependencies there was to instances of vue-plyr

* Added MkMediaAudio

* Update MkMediaList.vue

* CORS checks

* Update MkMediaVideo.vue

* Update MkMediaVideo.vue

* Fixed CORS

the property made the video player use the CORS policy that stopped instance not using media caching not able to load the video from remote instance

---------

Co-authored-by: default avatarsyuilo <Syuilotan@yahoo.co.jp>
parent b2a67ba5
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ const props = defineProps<{
raw?: boolean;
}>();
console.log(MediaList.toString)
const gallery = ref(null);
const pswpZIndex = os.claimZIndex('middle');
......
......@@ -9,8 +9,6 @@
<vue-plyr>
<video
controls
crossorigin
playsinline
:data-poster="video.thumbnailUrl"
>
<source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment