aboutsummaryrefslogtreecommitdiff
path: root/src/app/movies/components
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-13 21:24:07 +0530
committerGitHub <[email protected]>2024-05-13 21:24:07 +0530
commitbf9183d77462a709ec645c20bda12df97a81d26e (patch)
tree85f21c522d46f1f13e783275d7a77f0d6eecaaa1 /src/app/movies/components
parentUpdate README.md (diff)
parentadded loading.jsx file and it's css subpart (diff)
downloaddramalama-bf9183d77462a709ec645c20bda12df97a81d26e.tar.xz
dramalama-bf9183d77462a709ec645c20bda12df97a81d26e.zip
Merge pull request #27 from real-zephex/improvement-2
added loading.jsx file and it's css subpart
Diffstat (limited to 'src/app/movies/components')
-rw-r--r--src/app/movies/components/video_player.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/movies/components/video_player.jsx b/src/app/movies/components/video_player.jsx
index 86ff8e5..86b6748 100644
--- a/src/app/movies/components/video_player.jsx
+++ b/src/app/movies/components/video_player.jsx
@@ -7,7 +7,7 @@ export default function VIDEO_PLAYER({ id: id }) {
const [frame, setFrame] = useState(null);
useEffect(() => {
- make_player(`https://vidsrc.pro/embed/movie/${id}`);
+ make_player(`https://vidsrc.icu/embed/movie/${id}`);
}, []);
function make_player(url) {