mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix controls overlay.
This commit is contained in:
parent
531804af94
commit
9130a248de
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue