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>
|
<div data-shaka-player-container>
|
||||||
<video
|
<video
|
||||||
data-shaka-player
|
data-shaka-player
|
||||||
controls
|
|
||||||
autoplay
|
autoplay
|
||||||
style="width: 100%; height: 100%"
|
style="width: 100%; height: 100%"
|
||||||
></video>
|
></video>
|
||||||
@ -135,8 +134,7 @@ export default {
|
|||||||
'["' +
|
'["' +
|
||||||
localStorage
|
localStorage
|
||||||
.getItem("selectedSkip")
|
.getItem("selectedSkip")
|
||||||
.split(",")
|
.replace(",", '","') +
|
||||||
.join('","') +
|
|
||||||
'"]'
|
'"]'
|
||||||
)
|
)
|
||||||
: encodeURIComponent(
|
: encodeURIComponent(
|
||||||
|
Loading…
Reference in New Issue
Block a user