mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix npe.
This commit is contained in:
parent
0ea8592426
commit
dca0280020
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ export default {
|
||||||
"/sponsors/" +
|
"/sponsors/" +
|
||||||
this.$route.query.v +
|
this.$route.query.v +
|
||||||
"?category=" +
|
"?category=" +
|
||||||
(localStorage
|
(localStorage && localStorage.getItem("selectedSkip")
|
||||||
? encodeURIComponent(
|
? encodeURIComponent(
|
||||||
'["' +
|
'["' +
|
||||||
localStorage
|
localStorage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue