mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-10 17:38:19 +00:00
Fix npe.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user