aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-12-21 20:47:59 +0100
committerdec05eba <dec05eba@protonmail.com>2020-12-21 20:47:59 +0100
commit5394d8e2c85b52d7375a02f72e089d22a82fba1b (patch)
tree3d14614b85b28a78edfe269a696daf02bc51de15 /include/Body.hpp
parent4f8e4d11e51e2436b957157de86755f5f8879f61 (diff)
Add pipe plugin, increase video load timeout to 500 seconds
Diffstat (limited to 'include/Body.hpp')
-rw-r--r--include/Body.hpp1
1 files changed, 1 insertions, 0 deletions
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<Text> title_text;
std::unique_ptr<Text> description_text;