mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Format code
This commit is contained in:
parent
3bf2458774
commit
013273b832
4 changed files with 12 additions and 14 deletions
|
|
@ -593,7 +593,7 @@ fn get_video_streams(path: &Path) -> Result<Option<(Vec<Locale>, Vec<Locale>)>>
|
|||
.stdout(Stdio::null())
|
||||
.stderr(Stdio::piped())
|
||||
.arg("-hide_banner")
|
||||
.args(["-i", &path.to_string_lossy().to_string()])
|
||||
.args(["-i", &path.to_string_lossy()])
|
||||
.output()?;
|
||||
let ffmpeg_output = String::from_utf8(ffmpeg.stderr)?;
|
||||
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ impl Filter for ArchiveFilter {
|
|||
Some(
|
||||
season
|
||||
.audio_locales
|
||||
.get(0)
|
||||
.first()
|
||||
.cloned()
|
||||
.unwrap_or(Locale::ja_JP),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue