From 1be647662eb19af2e8fe27a500ac3705c3109045 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 11 Jul 2020 07:57:49 +0200 Subject: Add youtube watch history --- src/VideoPlayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VideoPlayer.cpp') diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp index 6024ca8..c30f147 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -113,7 +113,7 @@ namespace QuickMedia { VideoPlayer::Error VideoPlayer::load_video(const char *path, sf::WindowHandle _parent_window) { // This check is to make sure we dont change window that the video belongs to. This is not a usecase we will have so - // no need to support it for not at least. + // no need to support it for now at least. assert(parent_window == 0 || parent_window == _parent_window); if(video_process_id == -1) return launch_video_process(path, _parent_window); -- cgit v1.2.3