aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Lbry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Lbry.cpp')
-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