aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-11 07:57:49 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-11 07:57:49 +0200
commit1be647662eb19af2e8fe27a500ac3705c3109045 (patch)
tree76f31687c378647439163f27e9d1b650307b28ae /src/VideoPlayer.cpp
parent2e156d80e4e3d379849bb1e127e4c69a8f34cea4 (diff)
Add youtube watch history
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp2
1 files changed, 1 insertions, 1 deletions
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);