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