aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Manga.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-03 02:18:04 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-03 02:18:04 +0100
commitb3fbbd12c1c623e108103c5be20febbecc730777 (patch)
treeaddfd449f611daa3b58243f37dbe74ac0050a86e /src/plugins/Manga.cpp
parent45740fa881c495bc91ff05c14dab6d80000cddb5 (diff)
Matrix: update body item filter when switching tab
Diffstat (limited to 'src/plugins/Manga.cpp')
-rw-r--r--src/plugins/Manga.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Manga.cpp b/src/plugins/Manga.cpp
index 4685cec..f3c6814 100644
--- a/src/plugins/Manga.cpp
+++ b/src/plugins/Manga.cpp
@@ -10,8 +10,8 @@ namespace QuickMedia {
return TrackResult::ERR;
}
- void MangaChaptersPage::on_navigate_to_page(BodyItems &body_items) {
- (void)body_items;
+ void MangaChaptersPage::on_navigate_to_page(Body *body) {
+ (void)body;
std::string manga_id;
if(extract_id_from_url(content_url, manga_id))
load_manga_content_storage(get_service_name(), content_title, manga_id);