This commit is contained in:
Roy Olav Purser 2021-05-19 09:21:34 +02:00
parent e22a394958
commit 13cabf20f0
Signed by: roypur
GPG Key ID: E14D26A036F21656

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);