diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-05-10 22:45:06 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-05-10 22:45:06 +0200 |
commit | d0db77ebc9a21db33258d050c5956960808c730a (patch) | |
tree | cf0731cb50e74f527ad2aea2e6dc4de8f20f902e /src | |
parent | cdf8d103f1ed6a932eb30b589b578d23ca66a514 (diff) |
Use correct video url when copying to clipboard/saving when navigating to next video
Diffstat (limited to 'src')
-rw-r--r-- | src/QuickMedia.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index 92c259e..f4ee68f 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -2412,6 +2412,7 @@ namespace QuickMedia { } video_url = video_page->url_get_playable_url(new_video_url); + original_video_url = video_url; video_title = std::move(new_video_title); load_video_error_check(false); } else if(update_err != VideoPlayer::Error::OK) { |