From fdeb82815db468ac7e99e9646f57bed2bf1832de Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 22 Sep 2021 20:10:48 +0200 Subject: Sort anilist recommendations by best match, show episode duration, show titles differently --- src/plugins/Manga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Manga.cpp') 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 MangaChaptersPage::get_bookmark_body_item() { - auto body_item = std::make_shared(content_title); + auto body_item = BodyItem::create(content_title); body_item->url = content_url; return body_item; } -- cgit v1.2.3