diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-09-27 23:46:06 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-09-27 23:46:06 +0200 |
commit | ac01d918e5cfda3dd202b641cd38a7f554e5ae52 (patch) | |
tree | 2943f6b9c367ee9b8872ab388bb485e26058bcdb /include | |
parent | d14f96048d30b0f536f59b70bf999d4d6e9bb0d0 (diff) |
Add support for invidious popular feed (new config option)
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 44cde39..7b77577 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -46,6 +46,7 @@ namespace QuickMedia { struct YoutubeConfig { bool load_progress = true; + std::string invidious_instance; }; struct MatrixConfig { |