From 725f0bbef24294c5a2426d2b774c4cd75da17449 Mon Sep 17 00:00:00 2001 From: qkzk Date: Mon, 20 Feb 2023 22:55:53 +0100 Subject: use thumbnail for video, mediainfo for audio --- src/tree.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tree.rs') diff --git a/src/tree.rs b/src/tree.rs index 1f50fba..76e51be 100644 --- a/src/tree.rs +++ b/src/tree.rs @@ -113,7 +113,7 @@ impl Tree { /// ATM it's a constant, in future versions it may change /// It may be better to stop the recursion when too much file /// are present and the exploration is slow. - pub const MAX_DEPTH: usize = 7; + pub const MAX_DEPTH: usize = 5; pub const REQUIRED_HEIGHT: usize = 80; /// Set the required height to a given value. -- cgit v1.2.3