aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Manga.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-09-22 20:10:48 +0200
committerdec05eba <dec05eba@protonmail.com>2021-09-22 20:10:48 +0200
commitfdeb82815db468ac7e99e9646f57bed2bf1832de (patch)
treeffc1ca95e05f47e26c21cce29f5510275e01787e /src/plugins/Manga.cpp
parent7934864d58ec39b237e2b45d0180aa567b29b944 (diff)
Sort anilist recommendations by best match, show episode duration, show titles differently
Diffstat (limited to 'src/plugins/Manga.cpp')
-rw-r--r--src/plugins/Manga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Manga.cpp b/src/plugins/Manga.cpp
index 1d44bee..5f0aae7 100644
--- a/src/plugins/Manga.cpp
+++ b/src/plugins/Manga.cpp
@@ -22,7 +22,7 @@ namespace QuickMedia {
}
std::shared_ptr<BodyItem> MangaChaptersPage::get_bookmark_body_item() {
- auto body_item = std::make_shared<BodyItem>(content_title);
+ auto body_item = BodyItem::create(content_title);
body_item->url = content_url;
return body_item;
}