diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-10-30 23:40:02 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-10-30 23:40:02 +0100 |
commit | 5071a2428a35c4b2fed16c7f977e7448b02e3def (patch) | |
tree | 7475c49c5e677a2adfcbd9dc95545fc32a386e23 | |
parent | 6971383a34068ce8ce1b9626a2a2f4c5cbb77338 (diff) |
m
-rw-r--r-- | mpv/input.conf | 2 | ||||
-rw-r--r-- | src/QuickMedia.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mpv/input.conf b/mpv/input.conf index d308547..14db1e8 100644 --- a/mpv/input.conf +++ b/mpv/input.conf @@ -2,7 +2,7 @@ Ctrl+c ignore Ctrl+s ignore f ignore BS quit -q ignore +q quit WHEEL_UP ignore WHEEL_DOWN ignore WHEEL_LEFT ignore diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index 1ec178d..1717df4 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -3886,6 +3886,7 @@ namespace QuickMedia { window_size.x = window_size_u.x; window_size.y = window_size_u.y; + // TODO: Is this needed? end-file handles this if(successfully_fetched_time_pos && successfully_fetched_video_duration) video_page->set_watch_progress(video_time_pos, video_info.duration); } |