aboutsummaryrefslogtreecommitdiff
path: root/plugins/Lbry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Lbry.hpp')
-rw-r--r--plugins/Lbry.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Lbry.hpp b/plugins/Lbry.hpp
index 224e43b..d21778a 100644
--- a/plugins/Lbry.hpp
+++ b/plugins/Lbry.hpp
@@ -41,7 +41,7 @@ namespace QuickMedia {
std::string get_download_url(int max_height) override;
std::string get_video_url(int max_height, bool &has_embedded_audio, std::string &ext) override;
std::string get_audio_url(std::string &ext) override;
- PluginResult load(std::string &title, std::string &channel_url, std::vector<MediaChapter> &chapters, std::string &err_str) override;
+ PluginResult load(std::string &title, std::string &channel_url, double &duration, std::vector<MediaChapter> &chapters, std::string &err_str) override;
private:
std::string title;
std::string streaming_url;