From 9d4879215bb7b3b89122a930f86248cc405536a1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 13 Sep 2020 17:47:51 +0200 Subject: Add description to mangadex search result, add youtube timestamp --- src/plugins/Mangatown.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Mangatown.cpp') 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--; } -- cgit v1.2.3