aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Mangatown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Mangatown.cpp')
-rw-r--r--src/plugins/Mangatown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Mangatown.cpp b/src/plugins/Mangatown.cpp
index 8dcf8d3..cb3217b 100644
--- a/src/plugins/Mangatown.cpp
+++ b/src/plugins/Mangatown.cpp
@@ -33,7 +33,7 @@ namespace QuickMedia {
int chapter_num = result_items.size();
for(auto &body_item : result_items) {
- body_item->title = "Ch. " + std::to_string(chapter_num);
+ body_item->set_title("Ch. " + std::to_string(chapter_num));
chapter_num--;
}