Mute when thumbnailing
This commit is contained in:
parent
2ee05bf8a6
commit
ceb8f57ec7
3 changed files with 11 additions and 4 deletions
|
|
@ -369,7 +369,7 @@ impl App {
|
|||
self.flags.config_state.recent_files.truncate(10);
|
||||
self.save_config_state();
|
||||
|
||||
let video = match video::new_video(&url) {
|
||||
let video = match video::new_video(&url, video::VideoSettings::default()) {
|
||||
Ok(ok) => ok,
|
||||
Err(err) => return err,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue