aboutsummaryrefslogtreecommitdiff
path: root/plugins/Peertube.hpp
diff options
context:
space:
mode:
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;