aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-06-02 00:56:57 +0200
committerdec05eba <dec05eba@protonmail.com>2020-06-02 00:56:57 +0200
commit032ac2eb98f02dd18da7b642917635c81ba43cf6 (patch)
treee976d70483d2314e78a2d855c170f8311d1db024 /src/QuickMedia.cpp
parentfe92e3fcf858fc71583cd1a52a25e1f62324f5b8 (diff)
4chan: clear related video list when previewing new video, fix cursor being hidden over video
Diffstat (limited to 'src/QuickMedia.cpp')
-rw-r--r--src/QuickMedia.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index e2922c7..644c644 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -1605,6 +1605,7 @@ namespace QuickMedia {
current_page = Page::VIDEO_CONTENT;
std::string prev_content_url = content_url;
content_url = selected_item->attached_content_url;
+ watched_videos.clear();
video_content_page();
content_url = std::move(prev_content_url);
} else {