aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Mangatown.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-13 17:47:51 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-13 17:47:51 +0200
commit9d4879215bb7b3b89122a930f86248cc405536a1 (patch)
tree77edfed947acac7b5678b4321a8bf9ad37b7fd3b /src/plugins/Mangatown.cpp
parentf06b60a9f8beb0d79a6d427b49e4634fe77f45db (diff)
Add description to mangadex search result, add youtube timestamp
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--;
}