aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-12-14 08:18:24 +0100
committerdec05eba <dec05eba@protonmail.com>2020-12-14 08:18:24 +0100
commit88fed1806e56181a9161c20bcd93cd06d52a5533 (patch)
tree99f5d1ed9901c0de53b0f07b7f34ae9127a4db70 /src/VideoPlayer.cpp
parent484571d6f5bc71626f320b4dc06b43331d7f1240 (diff)
Attempt to fix spastic body when using embedded items and loading them in render callback, fix gif play next on 4chan.. test
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index 157d2b8..0510a4c 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -90,7 +90,7 @@ namespace QuickMedia {
// TODO: Resume playback if the last video played matches the first video played next time QuickMedia is launched
args.insert(args.end(), {
- "mpv", "--keep-open=yes",
+ "mpv",
input_ipc_server_arg.c_str(),
"--cursor-autohide=no", /* "--no-input-default-bindings", "--input-vo-keyboard=no", "--no-input-cursor", */
"--no-terminal",