Bypass stream limits

This commit is contained in:
bytedream 2024-05-21 21:33:08 +02:00
parent 301dac478f
commit f7ce888329
3 changed files with 25 additions and 13 deletions

View file

@ -434,5 +434,7 @@ async fn get_format(
subs.push(download.subtitle.clone().unwrap())
}
stream.invalidate().await?;
Ok((download_format, format))
}