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') {