mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
linting
This commit is contained in:
parent
39aed28700
commit
2ad4be961b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue