aboutsummaryrefslogtreecommitdiff
path: root/plugins/Peertube.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Peertube.hpp')
-rw-r--r--plugins/Peertube.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Peertube.hpp b/plugins/Peertube.hpp
index 1f51555..dfd5601 100644
--- a/plugins/Peertube.hpp
+++ b/plugins/Peertube.hpp
@@ -81,7 +81,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;
bool autoplay_next_item() override { return autoplay_next; }
//void get_subtitles(SubtitleData &subtitle_data) override;
private: