diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Config.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index b191c96..efb7edd 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -39,6 +39,7 @@ namespace QuickMedia { struct LocalAnimeConfig { std::string directory; bool sort_by_name = false; + bool auto_group_episodes = false; }; struct Config { |