mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Remove superfluous mut keywords (#341)
This commit is contained in:
parent
d2589a3a6f
commit
9a6959970a
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ impl Execute for Archive {
|
|||
let mut skip = true;
|
||||
|
||||
if !self.skip_existing_method.is_empty() {
|
||||
if let Some((mut audio_locales, mut subtitle_locales)) =
|
||||
if let Some((audio_locales, subtitle_locales)) =
|
||||
get_video_streams(&formatted_path)?
|
||||
{
|
||||
let method_audio = self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue