raw url
This commit is contained in:
parent
e22a394958
commit
13cabf20f0
@ -29,7 +29,7 @@
|
|||||||
options.plugins = {};
|
options.plugins = {};
|
||||||
options.plugins.chromecast = {};
|
options.plugins.chromecast = {};
|
||||||
options.plugins.chromecast.requestTitleFn = (src) => {
|
options.plugins.chromecast.requestTitleFn = (src) => {
|
||||||
return "{{ title }}";
|
return "{% raw title %}";
|
||||||
}
|
}
|
||||||
|
|
||||||
let player = videojs(video, options);
|
let player = videojs(video, options);
|
||||||
|
Loading…
Reference in New Issue
Block a user