fix!: use arrays instead of HashSets for stream filter

This commit is contained in:
ThetaDev 2022-11-30 11:58:48 +01:00
parent 64d009615e
commit 85cac83070
3 changed files with 26 additions and 28 deletions

View file

@ -292,7 +292,7 @@ pub async fn download_video(
output_dir: &str,
output_fname: Option<String>,
output_format: Option<String>,
filter: &StreamFilter,
filter: &StreamFilter<'_>,
ffmpeg: &str,
http: Client,
pb: ProgressBar,