Skip to content

Commit

Permalink
recognise yuja perma link as a mp4 so yuja videos support tracking in…
Browse files Browse the repository at this point in the history
… Xerte
  • Loading branch information
torinfo committed Nov 26, 2023
1 parent dfdfa38 commit e621db9
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -65,7 +65,11 @@
} else if (opts.source.indexOf("vimeo.com") != -1) {
uploadedFile = false;
mimeType = "video/vimeo";
} else if (opts.source.indexOf("yuja") != -1) {
uploadedFile = false;
mimeType = "video/mp4";
}

}

if (thisMedia.children().length > 0) {
Expand Down Expand Up @@ -359,4 +363,4 @@
}

}
})(jQuery);
})(jQuery);

0 comments on commit e621db9

Please sign in to comment.