diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-07 03:19:34 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-07 03:19:34 -0700 |
| commit | 52f008d7eb638143e1319d140d7058bfa1766674 (patch) | |
| tree | 9521032230f49d63b1d8ba4991a0a5038acbccfc /src/components/MiniYouTubePlayer | |
| parent | 38f01714c551f3d97406703904f9782d42012fe9 (diff) | |
make unlimited mode start at random point in video
Diffstat (limited to 'src/components/MiniYouTubePlayer')
| -rw-r--r-- | src/components/MiniYouTubePlayer/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/MiniYouTubePlayer/index.tsx b/src/components/MiniYouTubePlayer/index.tsx index 5aa2d57..7c8e86a 100644 --- a/src/components/MiniYouTubePlayer/index.tsx +++ b/src/components/MiniYouTubePlayer/index.tsx @@ -1,4 +1,3 @@ -import React from "react"; import { default as YouTubePlayer } from "react-youtube"; interface Props { |
