aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-07-26 19:50:12 +0200
committerdec05eba <dec05eba@protonmail.com>2022-07-26 19:50:12 +0200
commit8a96eb3a74244f2580e57d12341c80b4748371c9 (patch)
treeb8e0669f24acde224df234cd53ee2b432b143b0c /include/Config.hpp
parent6758cdc82e4cb295123b0a84819c6a6ebd5ebad0 (diff)
Redirect mangakakalot/broken manganelo links to migrated url
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 {