From 5071a2428a35c4b2fed16c7f977e7448b02e3def Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 30 Oct 2023 23:40:02 +0100 Subject: m --- mpv/input.conf | 2 +- src/QuickMedia.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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); } -- cgit v1.2.3