reverse formats order so high quality is selected first
This commit is contained in:
@@ -250,7 +250,7 @@ impl NoodlemagazineProvider {
|
||||
;
|
||||
formats.push(format);
|
||||
}
|
||||
return Some(formats);
|
||||
return Some(formats.into_iter().rev().collect());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user