diff --git a/main.py b/main.py index d8fa941..c0be4df 100644 --- a/main.py +++ b/main.py @@ -845,7 +845,7 @@ class MediaGrader: self.current_frame = 0 self.load_current_frame() - if key not in [ord("p")]: + if key not in [ord("p"), ord("u")]: print("Navigating to: ", self.current_index) self.current_index += 1