From 02e029ed40f801e0710b09062069e7083cd30b93 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 17 Feb 2022 19:18:19 +0100 Subject: Add local anime tracking. Check readme for more info about local_anime config --- include/Config.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/Config.hpp') diff --git a/include/Config.hpp b/include/Config.hpp index ee9e190..b191c96 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -39,7 +39,6 @@ namespace QuickMedia { struct LocalAnimeConfig { std::string directory; bool sort_by_name = false; - bool sort_episodes_by_name = true; }; struct Config { -- cgit v1.2.3