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 11d7679..53d2d46 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -51,6 +51,7 @@ namespace QuickMedia { struct YoutubeSponsorblock { bool enable = false; + std::string api_endpoint = "https://sponsor.ajay.app"; int min_votes = 0; }; |