fix js
This commit is contained in:
@ -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 }}";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user