From 87c8a2986d468a3fc897169c1b00fc4695e09d39 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 4 Sep 2022 05:01:36 +0200 Subject: Add dramacool --- src/plugins/Lbry.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/Lbry.cpp') diff --git a/src/plugins/Lbry.cpp b/src/plugins/Lbry.cpp index 069bd89..6be0148 100644 --- a/src/plugins/Lbry.cpp +++ b/src/plugins/Lbry.cpp @@ -395,11 +395,11 @@ namespace QuickMedia { return ""; } - PluginResult LbryVideoPage::load(const SubmitArgs &args, std::string &title, std::string&, double &duration, std::vector&, std::string &err_str) { + PluginResult LbryVideoPage::load(const SubmitArgs &args, VideoInfo &video_info, std::string &err_str) { streaming_url.clear(); - title = args.title; + video_info.title = args.title; //title = this->title; - duration = 0.0; + video_info.duration = 0.0; return video_get_stream_url(this, url, streaming_url, err_str); } } \ No newline at end of file -- cgit v1.2.3