aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-03 15:56:21 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-03 15:56:21 +0200
commit962d4aef43a8b2db1531b4a687766783f88e84ed (patch)
tree4b98e2afdf54280d41fde4da0bc100ef2bedf22d /src/plugins
parent25424b31e47daa934b6cde56439923225b57515b (diff)
Lbry: fix video not playable sometime (add odysee referer header)
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/Lbry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Lbry.cpp b/src/plugins/Lbry.cpp
index 34ce982..38b6238 100644
--- a/src/plugins/Lbry.cpp
+++ b/src/plugins/Lbry.cpp
@@ -477,6 +477,7 @@ namespace QuickMedia {
video_info.title = args.title;
//title = this->title;
video_info.duration = 0.0;
+ video_info.referer = "https://odysee.com/";
return video_get_stream_url(this, streaming_url, url, streams, direct_video_url, err_str);
}
} \ No newline at end of file