From 5a02e569a307293f1ec6c837335bd0a498898ed1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 10 Sep 2021 18:07:02 +0200 Subject: Make manga tracking more robust by preparing for breakage by also saving url --- 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 3fa5d47..1d44bee 100644 --- a/src/plugins/Manga.cpp +++ b/src/plugins/Manga.cpp @@ -18,7 +18,7 @@ namespace QuickMedia { (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); + load_manga_content_storage(get_service_name(), content_title, content_url, manga_id); } std::shared_ptr MangaChaptersPage::get_bookmark_body_item() { -- cgit v1.2.3