From ce00471fd84745dcbbcb9f2d9ef434acb3d0fd2b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 14 Mar 2022 18:41:31 +0100 Subject: Image scroll view: add first/last image to allow scrolling to previous/next chapter, load next chapters page when reaching bottom --- src/plugins/Youtube.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins') diff --git a/src/plugins/Youtube.cpp b/src/plugins/Youtube.cpp index b3150a3..bbf3108 100644 --- a/src/plugins/Youtube.cpp +++ b/src/plugins/Youtube.cpp @@ -1869,6 +1869,7 @@ namespace QuickMedia { return ""; } + // TODO: Remove very old videos, to not make this file too large which slows this down on slow harddrives std::unordered_map watch_progress = get_watch_progress_for_plugin("youtube"); auto it = watch_progress.find(video_id); if(it == watch_progress.end()) -- cgit v1.2.3