From 271734131b94fa80f20fc460e4993a9f61de361d Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Wed, 31 Jul 2024 19:34:00 +1000 Subject: [PATCH] x --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 221fd9f..f295e87 100644 --- a/index.html +++ b/index.html @@ -504,7 +504,7 @@ } function openModal(mediaType, imdbId) { - let baseUrl = 'https://vidsrc.to/embed/'; + let baseUrl = 'https://vidsrc.xyz/embed/'; if (mediaType === 'movie') { baseUrl += 'movie/'; } else if (mediaType === 'tv') {