Remove mp4 from src

pull/221/head
Varun Patil 2022-11-16 02:38:40 -08:00
parent 579984041a
commit 5cadd168b4
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@ class VideoContentSetup {
content.videojs.src({ content.videojs.src({
src: content.data.src, src: content.data.src,
type: "video/mp4",
}); });
this.updateRotation(content, 0); this.updateRotation(content, 0);
} }