diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/Fourchan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Fourchan.cpp b/src/plugins/Fourchan.cpp index 5a8cada..58a0a57 100644 --- a/src/plugins/Fourchan.cpp +++ b/src/plugins/Fourchan.cpp @@ -617,7 +617,7 @@ namespace QuickMedia { ); html_unescape_sequences(comment_text); BodyItem *body_item = result_items[body_item_index].get(); - body_item->title = std::move(comment_text); + body_item->set_title(std::move(comment_text)); const Json::Value &ext = post["ext"]; const Json::Value &tim = post["tim"]; |