This commit is contained in:
2021-05-19 09:21:34 +02:00
parent e22a394958
commit 13cabf20f0

View File

@ -29,7 +29,7 @@
options.plugins = {};
options.plugins.chromecast = {};
options.plugins.chromecast.requestTitleFn = (src) => {
return "{{ title }}";
return "{% raw title %}";
}
let player = videojs(video, options);