Remove superfluous mut keywords

This commit is contained in:
Hannes Braun 2024-02-26 19:51:17 +01:00
parent d2589a3a6f
commit c4e1642891

View file

@ -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