diff --git a/src/main.rs b/src/main.rs index 1a5355a..67d9ce0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -135,7 +135,8 @@ fn main() { let lower = name.to_ascii_lowercase(); if (lower.ends_with(".mp4") || lower.ends_with(".mts") - || lower.ends_with(".mkv")) + || lower.ends_with(".mkv") + || lower.ends_with(".mov")) && !entry.file_type().unwrap().is_dir() { files.push(String::from(name));