aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-06 20:41:53 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-06 20:41:53 +0200
commitf30b6fdf5c40a703b5a8d6fb2a21002377ec9067 (patch)
treec5a73a2529229bef776880068838b4568b458862 /include/Config.hpp
parent09b44d9681eaf66670f77cbd440300cdc22f3df3 (diff)
Reduce local-anime/local-manga disk access for speed up on mechanical harddrives, add local_anime.recursive option to make local-anime much faster when local-anime directory is a downloads directory
Diffstat (limited to 'include/Config.hpp')
-rw-r--r--include/Config.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp
index 68e4462..e737fee 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -48,6 +48,7 @@ namespace QuickMedia {
bool sort_by_name = false; // Series
bool sort_episodes_by_name = true;
bool auto_group_episodes = true;
+ bool recursive = true;
};
struct YoutubeSponsorblock {