This commit is contained in:
Omar Najjar 2025-04-04 19:41:43 +11:00 committed by GitHub
parent 5028a0afbd
commit 4e58f3a710
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1228,7 +1228,7 @@
function loadVideoSource() {
let videoUrl;
if (currentSource === 'vidsrc.cc') {
videoUrl = 'https://vidsrc.cc/embed/';
videoUrl = 'https://vidsrc.cc/v2/embed/';
if (currentMediaType === 'movie') {
videoUrl += `movie/${currentImdbId}`;
} else if (currentMediaType === 'tv') {