From 47d594f0676a644e7c072331a009ceb46de8f62e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 19 Jun 2023 02:18:47 +0200 Subject: Lbry: fix videos not working --- plugins/Lbry.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/Lbry.hpp') diff --git a/plugins/Lbry.hpp b/plugins/Lbry.hpp index 0eeaf86..4228544 100644 --- a/plugins/Lbry.hpp +++ b/plugins/Lbry.hpp @@ -1,6 +1,7 @@ #pragma once #include "Page.hpp" +#include "../include/M3U8.hpp" namespace QuickMedia { class LbrySearchPage : public Page { @@ -44,6 +45,6 @@ namespace QuickMedia { PluginResult load(const SubmitArgs &args, VideoInfo &video_info, std::string &err_str) override; private: std::string title; - std::string streaming_url; + std::vector streams; }; } \ No newline at end of file -- cgit v1.2.3