Skip to content

Commit

Permalink
remove progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovakiin0 committed Mar 12, 2024
1 parent ebd2ea1 commit 27e8501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KitsunePlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function KitsunePlayer({ episodeInfo, animeInfo }: KitsunePlayerProps) {
fullscreen: true,
fullscreenWeb: false,
subtitleOffset: false,
miniProgressBar: true,
miniProgressBar: false,
mutex: true,
backdrop: true,
playsInline: true,
Expand Down

0 comments on commit 27e8501

Please sign in to comment.