Fix controls overlay.

This commit is contained in:
FireMasterK 2021-02-26 00:46:36 +05:30
parent 531804af94
commit 9130a248de
No known key found for this signature in database
GPG Key ID: 8DFF5DD33E93DB58

View File

@ -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(