From 2ad4be961b924a4a502aa4ee7dcf91212b6c1049 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Tue, 16 Nov 2021 08:52:35 +0100 Subject: [PATCH] linting --- src/components/Player.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;