mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-25 23:17:22 +00:00
Fix controls overlay.
This commit is contained in:
parent
531804af94
commit
9130a248de
@ -3,7 +3,6 @@
|
||||
<div data-shaka-player-container>
|
||||
<video
|
||||
data-shaka-player
|
||||
controls
|
||||
autoplay
|
||||
style="width: 100%; height: 100%"
|
||||
></video>
|
||||
@ -135,8 +134,7 @@ export default {
|
||||
'["' +
|
||||
localStorage
|
||||
.getItem("selectedSkip")
|
||||
.split(",")
|
||||
.join('","') +
|
||||
.replace(",", '","') +
|
||||
'"]'
|
||||
)
|
||||
: encodeURIComponent(
|
||||
|
Loading…
Reference in New Issue
Block a user