aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-14 22:55:16 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-14 22:55:16 +0200
commit23295fe8df8568122e762b36114db8f3e4ef24a2 (patch)
treeb61a3e166a20f91ff10e85a28ca99b3803746e02 /src/QuickMedia.cpp
parent52f8dc5d05f5e34b0a3cf4bb4e4fe607f06965c5 (diff)
Matrix: authenticated media requests with access token
Diffstat (limited to 'src/QuickMedia.cpp')
-rw-r--r--src/QuickMedia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index 3f59c14..7cd5d8d 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -3646,7 +3646,7 @@ namespace QuickMedia {
mgl::Clock cursor_hide_timer;
auto save_video_url_to_clipboard = [this, video_page]() {
- std::string url = video_page->get_download_url(video_get_max_height());
+ std::string url = video_page->get_download_url_for_clipboard(video_get_max_height());
if(video_url_supports_timestamp(url)) {
double time_in_file = 0.0;
if(video_player && (video_player->get_time_in_file(&time_in_file) != VideoPlayer::Error::OK))