From e22a39495837bed92a14bddc7ca8ea1900e0fbb7 Mon Sep 17 00:00:00 2001 From: Roy Olav Purser Date: Wed, 19 May 2021 09:19:10 +0200 Subject: [PATCH] fix js --- frontend/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/script.js b/frontend/script.js index c67452c..a4c9b29 100644 --- a/frontend/script.js +++ b/frontend/script.js @@ -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 }}"; }