Skip to content

Commit

Permalink
Use react-player instead of videojs #10
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed May 10, 2023
1 parent 97981c7 commit 9895421
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 2,124 deletions.
39 changes: 39 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"react-konami-code": "^2.3.0",
"react-material-ui-carousel": "^3.4.2",
"react-multi-carousel": "^2.8.3",
"react-player": "^2.12.0",
"react-router-dom": "^6.11.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"uuid": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import FavouritePage from "./routes/favourite/index.jsx";
import Settings from "./routes/settings";
import About from "./routes/about";

import VideoPlayer from "./routes/player/videoPlayer.jsx";
import { VideoPlayer } from "./routes/player/videoPlayer.jsx";

import { SideMenu } from "./components/menu/sidemenu.jsx";
import { AppBar } from "./components/appBar/appBar.jsx";
Expand Down
56 changes: 0 additions & 56 deletions src/components/player/video.jsx

This file was deleted.

Loading

0 comments on commit 9895421

Please sign in to comment.