diff --git a/src/components/Player.vue b/src/components/Player.vue index 03ebbb34..072dc83e 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -207,7 +207,7 @@ export default { this.shaka.polyfill.installAll(); const localPlayer = new this.shaka.Player(videoEl); - const proxyURL = new URL(component.video.proxyUrl) + const proxyURL = new URL(component.video.proxyUrl); const proxyHost = proxyURL.host; const proxyPath = proxyURL.pathname;