From 8e23c088ceebd1308e0f32b584ae503495895b05 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 24 Mar 2022 20:31:59 +0100 Subject: Add youtube.load_progress option --- include/Config.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/Config.hpp') diff --git a/include/Config.hpp b/include/Config.hpp index efb7edd..dcad4f2 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -42,6 +42,10 @@ namespace QuickMedia { bool auto_group_episodes = false; }; + struct YoutubeConfig { + bool load_progress = true; + }; + struct Config { Config() = default; Config(const Config&) = delete; @@ -54,6 +58,7 @@ namespace QuickMedia { VideoConfig video; LocalMangaConfig local_manga; LocalAnimeConfig local_anime; + YoutubeConfig youtube; bool use_system_fonts = false; bool use_system_mpv_config = false; std::string theme = "default"; -- cgit v1.2.3