aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example-config.json2
-rw-r--r--include/Config.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/example-config.json b/example-config.json
index 9f5aeef..1ab1718 100644
--- a/example-config.json
+++ b/example-config.json
@@ -42,7 +42,7 @@
},
"youtube": {
// If true, resume playback where you left off in youtube videos
- "load_progress": false
+ "load_progress": true
},
"matrix": {
// List of homeservers to display in the "Room directory" tab
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 {