aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-15 20:26:02 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-15 20:26:02 +0200
commitdccfb471ff7017f9ce3a6ed264a684e4fbc383e4 (patch)
treedf05404dcae6e26d2c1c8b2335d3d2899b913159 /src/VideoPlayer.cpp
parent2c0347ff7a13896dcc64c1deb4447449790bad73 (diff)
Add manga description to mangadex and mangakatana search, fix matrix notification invite not showing when opening quickmedia, clear fetch page and items on reload of lazy page
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index 379b5b4..8c17f35 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -98,13 +98,14 @@ namespace QuickMedia {
input_ipc_client_fd_arg.c_str(),
"--cursor-autohide=no", /* "--no-input-default-bindings", "--input-vo-keyboard=no", "--no-input-cursor", */
"--no-terminal",
- "--save-position-on-quit=yes",
+ "--save-position-on-quit=no",
"--profile=pseudo-gui", // For gui when playing audio, requires a version of mpv that isn't ancient
ytdl_format.c_str(),
"--no-resume-playback",
// TODO: Disable hr seek on low power devices?
"--hr-seek=yes",
//"--cache=no",
+ "--force-seekable=yes",
"--cache-pause=no",
input_conf.c_str(),
wid_arg.c_str()