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 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 |