aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Config.hpp')
-rw-r--r--include/Config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Config.hpp b/include/Config.hpp
index dcad4f2..665024a 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -39,7 +39,7 @@ namespace QuickMedia {
struct LocalAnimeConfig {
std::string directory;
bool sort_by_name = false;
- bool auto_group_episodes = false;
+ bool auto_group_episodes = true;
};
struct YoutubeConfig {