From 4e58f3a710e537224c53f2a154a38278a1dd7aa1 Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Fri, 4 Apr 2025 19:41:43 +1100 Subject: [PATCH] x --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 796b770..7cb8220 100644 --- a/index.html +++ b/index.html @@ -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') {