Skip to content

Commit

Permalink
enable restart button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
crstlnz committed Jul 6, 2024
1 parent c6694db commit ec169f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/VideoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function createVideoPlayer() {
})
if (isRotateFeatureEnabled.value) { createRotateButton(player.value) }
if (!isMobile) { createRefreshButton(player.value) }
createRefreshButton(player.value)
createHls()
}
Expand Down Expand Up @@ -279,7 +279,7 @@ onMounted(async () => {
}
progress[value]::-webkit-progress-value {
border-radius: 0px;
border-radius: 0pxm;
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jkt48showroom",
"type": "module",
"version": "0.13.5",
"version": "0.13.6",
"packageManager": "pnpm@8.9.0+sha1.01c55344d677f3b481c6bb6ffba9a6b3c6dbd91d",
"engines": {
"node": "20.x.x"
Expand Down

0 comments on commit ec169f0

Please sign in to comment.