From 5394d8e2c85b52d7375a02f72e089d22a82fba1b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 21 Dec 2020 20:47:59 +0100 Subject: Add pipe plugin, increase video load timeout to 500 seconds --- include/Body.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index 62d8b27..676eef8 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -132,6 +132,7 @@ namespace QuickMedia { bool dirty_description; bool dirty_author; bool dirty_timestamp; + // TODO: Remove this and instead if |thumbnail_url| starts with file://, then its a local file bool thumbnail_is_local; std::unique_ptr title_text; std::unique_ptr description_text; -- cgit v1.2.3