Remove superfluous mut keywords (#341)

This commit is contained in:
Hannes Braun 2024-02-26 20:09:54 +01:00 committed by GitHub
parent d2589a3a6f
commit 9a6959970a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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