summaryrefslogtreecommitdiffstats
path: root/src/tree.rs
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2023-02-20 22:55:53 +0100
committerqkzk <qu3nt1n@gmail.com>2023-02-20 22:55:53 +0100
commit725f0bbef24294c5a2426d2b774c4cd75da17449 (patch)
treed731518d044023a3623b2ca923d4586cfac216fb /src/tree.rs
parentd0df6b79613210ffed1b33a6ce3877b29db79257 (diff)
use thumbnail for video, mediainfo for audio
Diffstat (limited to 'src/tree.rs')
-rw-r--r--src/tree.rs2
1 files changed, 1 insertions, 1 deletions
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.