mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 17:58:21 +00:00
Fix sponsorblock.
This commit is contained in:
parent
a1ff5c53ce
commit
531804af94
@ -132,7 +132,12 @@ export default {
|
||||
"?category=" +
|
||||
(localStorage
|
||||
? encodeURIComponent(
|
||||
"[" + localStorage.getItem("selectedSkip") + "]"
|
||||
'["' +
|
||||
localStorage
|
||||
.getItem("selectedSkip")
|
||||
.split(",")
|
||||
.join('","') +
|
||||
'"]'
|
||||
)
|
||||
: encodeURIComponent(
|
||||
'["sponsor", "interaction", "selfpromo", "music_offtopic"]'
|
||||
|
Loading…
Reference in New Issue
Block a user