diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-04-30 21:04:47 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-04-30 21:18:06 +0200 |
commit | 50afa93c577bed3eb9911d141d46f2e0d3ba2572 (patch) | |
tree | f910aa9617bca27435325fb72eec36d8e9aea808 /include/Body.hpp | |
parent | 47bb22a4aee886deb54ca432bdb14747bf2e9160 (diff) |
Add 4chan file upload
Diffstat (limited to 'include/Body.hpp')
-rw-r--r-- | include/Body.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index 58e1414..39ad19d 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -127,7 +127,6 @@ namespace QuickMedia { // TODO: Use a list of strings instead, not all plugins need all of these fields std::string url; std::string thumbnail_url; - std::string attached_content_url; // TODO: Remove and use |url| instead bool visible; bool dirty; bool dirty_description; |