aboutsummaryrefslogtreecommitdiff
path: root/plugins/Peertube.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-02-21 05:01:35 +0100
committerdec05eba <dec05eba@protonmail.com>2022-02-21 05:01:35 +0100
commitfab3bb7f8af92b47ce2e7be7c5b58c4ea5aee48c (patch)
treeedb12fedbdceec8594d33200ffdf557f196e4f0c /plugins/Peertube.hpp
parent2beeddb325ecbc03ddd6c741449fabd527a3c8cc (diff)
Revert back to recommending youtube videos based on related videos
Diffstat (limited to 'plugins/Peertube.hpp')
-rw-r--r--plugins/Peertube.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Peertube.hpp b/plugins/Peertube.hpp
index 10c2761..1f51555 100644
--- a/plugins/Peertube.hpp
+++ b/plugins/Peertube.hpp
@@ -83,7 +83,6 @@ namespace QuickMedia {
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;
bool autoplay_next_item() override { return autoplay_next; }
- //void mark_watched() override;
//void get_subtitles(SubtitleData &subtitle_data) override;
private:
std::string server;