diff --git a/src/app/iptv/sdlive-playlist.m3u8/route.ts b/src/app/iptv/sdlive-playlist.m3u8/route.ts index 42c653d..dc10f77 100644 --- a/src/app/iptv/sdlive-playlist.m3u8/route.ts +++ b/src/app/iptv/sdlive-playlist.m3u8/route.ts @@ -1,5 +1,5 @@ export async function GET(request: Request) { - const response = await fetch('https://sdlive.d-ho.me/playlist.m3u8') + const response = await fetch('https://sdlive-internal.d-ho.me/playlist.m3u8') if (!response.ok) { return new Response('Failed to fetch playlist', { status: 500 })