From 1d0f26d7bede9c02c86737d7c53e533e250c35ad Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 7 Apr 2026 11:49:54 -0500 Subject: [PATCH] fix video framerate crashes --- src/ui/video.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/video.rs b/src/ui/video.rs index 272f793..64f8142 100644 --- a/src/ui/video.rs +++ b/src/ui/video.rs @@ -16,7 +16,7 @@ pub fn create_video(url: &Url) -> Result