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

View File

@ -28,7 +28,7 @@
options.techOrder = ["chromecast", "html5"];
options.plugins = {};
options.plugins.chromecast = {};
player.plugins.chromecast.requestTitleFn = (src) => {
options.plugins.chromecast.requestTitleFn = (src) => {
return "{{ title }}";
}