removed extra new line

This commit is contained in:
mansoor-roeen-glitch 2021-09-14 01:47:12 +05:30 committed by GitHub
parent 87950ffadf
commit f8aea3fa24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,6 @@ async function getEpisodes(slug) {
}
async function getStreamUrl(slug, type, season, episode) {
const url = `${BASE_URL}/${type}s/view/${slug}`;
const pageReq = await fetch(url).then((d) => d.text());