diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-12-01 23:35:01 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2019-12-01 23:35:01 +0100 |
commit | f330b16a2c36585be8ce8102cfb11e4914ed9a69 (patch) | |
tree | f73449119a55a318a520620f57a808db622f4ea6 /include | |
parent | b86434c629e52034ec44c7582dadfbdeb1961d15 (diff) |
Add image preview to image board thread
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 36ced92..e727244 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -29,6 +29,7 @@ namespace QuickMedia { std::string title; std::string url; std::string thumbnail_url; + std::string fullsize_image_url; std::string author; bool visible; // Used by image boards for example. The elements are indices to other body items |