diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 1 |
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; |