aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-06-25 19:03:31 +0200
committerdec05eba <dec05eba@protonmail.com>2023-06-25 19:03:31 +0200
commit356ad887e24a00fffd6bf4b6bc3f794dac0f45e9 (patch)
tree41f01fd8b685a779c61badc5cb08073ed181b66f /include
parent95295f99cbb5d565ba3992da732da5514c28391a (diff)
Set youtube.load_progress default to true since seeking now works
Diffstat (limited to 'include')
-rw-r--r--include/Config.hpp2
1 files changed, 1 insertions, 1 deletions
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 {