aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/NyaaSi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/NyaaSi.cpp')
-rw-r--r--src/plugins/NyaaSi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/NyaaSi.cpp b/src/plugins/NyaaSi.cpp
index 8d0679e..dc6e19f 100644
--- a/src/plugins/NyaaSi.cpp
+++ b/src/plugins/NyaaSi.cpp
@@ -170,9 +170,9 @@ namespace QuickMedia {
body_item->set_description(std::move(description));
body_item->url = "https://nyaa.si" + std::move(view_url);
if(is_trusted)
- body_item->title_color = sf::Color(43, 255, 47);
+ body_item->set_title_color(sf::Color(43, 255, 47));
else if(is_remake)
- body_item->title_color = sf::Color(255, 45, 47);
+ body_item->set_title_color(sf::Color(255, 45, 47));
result_items.push_back(std::move(body_item));
}