From ce3f65d72ffbfb6eba4fa2dea091d47e28408e55 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 10 Sep 2021 17:42:26 +0200 Subject: Some manga on mangakatana have merged chapters. Only show the merged ones --- include/QuickMedia.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index db3dd09..9ca86fb 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -119,6 +119,7 @@ namespace QuickMedia { void video_page_download_video(const std::string &url, sf::WindowHandle video_player_window = None); bool video_download_if_non_streamable(std::string &video_url, std::string &audio_url, bool &is_audio_only, bool &has_embedded_audio, PageType previous_page); void video_content_page(Page *parent_page, VideoPage *video_page, std::string video_title, bool download_if_streaming_fails, Body *parent_body, int play_index, int *parent_body_page = nullptr, const std::string &parent_page_search = ""); + void save_manga_progress(MangaImagesPage *images_page, Json::Value &json_chapters, Json::Value &json_chapter, int &latest_read); // Returns -1 to go to previous chapter, 0 to stay on same chapter and 1 to go to next chapter int image_page(MangaImagesPage *images_page, Body *chapters_body); void image_continuous_page(MangaImagesPage *images_page); -- cgit v1.2.3-70-g09d2