From 356ad887e24a00fffd6bf4b6bc3f794dac0f45e9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 25 Jun 2023 19:03:31 +0200 Subject: Set youtube.load_progress default to true since seeking now works --- include/Config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Config.hpp') diff --git a/include/Config.hpp b/include/Config.hpp index df79da2..a9a36c2 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -45,7 +45,7 @@ namespace QuickMedia { }; struct YoutubeConfig { - bool load_progress = false; + bool load_progress = true; }; struct MatrixConfig { -- cgit v1.2.3