diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-02-20 22:52:28 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-02-20 22:52:28 +0100 |
commit | 2beeddb325ecbc03ddd6c741449fabd527a3c8cc (patch) | |
tree | 545866dddda5f31aff0fc17713f19963e1517757 /include | |
parent | 5d999a9c97b986ff513aa6df71719914a41cb3eb (diff) |
Local-anime: add option to group episodes into anime groups from the name of the anime by using the local_manga.auto_group_episodes config
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 { |