This commit is contained in:
Andrea Spacca 2021-11-16 08:52:35 +01:00
parent 39aed28700
commit 2ad4be961b

View file

@ -207,7 +207,7 @@ export default {
this.shaka.polyfill.installAll(); this.shaka.polyfill.installAll();
const localPlayer = new this.shaka.Player(videoEl); 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 proxyHost = proxyURL.host;
const proxyPath = proxyURL.pathname; const proxyPath = proxyURL.pathname;