aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-02-18 17:46:28 +0100
committerdec05eba <dec05eba@protonmail.com>2022-02-18 17:46:28 +0100
commit08d6c26b6fc06bd7fc80bc168131998f95c12551 (patch)
tree0078d6baef27a388e711544ffc306ebcab9a3b60 /src/VideoPlayer.cpp
parent4140d7a30121aca34093afe5f52da9c08951f508 (diff)
Fix video thumbnail creation
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index 8fdf9dc..3e336fb 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -234,9 +234,11 @@ namespace QuickMedia {
if(startup_args.use_system_mpv_config) {
args.push_back("--config=yes");
+ args.push_back("--load-scripts=yes");
} else {
args.insert(args.end(), {
"--config=no",
+ "--load-scripts=no",
"--profile=gpu-hq",
"--vo=gpu,vdpau,x11",
"--hwdec=auto"