diff --git a/docs/Home.md b/docs/Home.md index fbe7f20..df1eda9 100644 --- a/docs/Home.md +++ b/docs/Home.md @@ -22,6 +22,7 @@ Table of contents: * Clicking on a video title brings you to the dedicated video page and shows additional details. * Clicking on a video thumbnail opens the video player and starts streaming the selected video. * Clicking on the search icon gridview icon will open a dedicated search page to search over your complete index. +* The pagination - if available - builds links for up to 10'000 results, use the search, sort or filter functionality to find what you are looking for. An empty checkbox icon unseen icon will show for videos you haven't marked as watched. Click on it and the icon will change to a filled checkbox seen icon indicating it as watched - click again to revert. diff --git a/tubearchivist/home/templates/home/downloads.html b/tubearchivist/home/templates/home/downloads.html index 091d19a..23dd98a 100644 --- a/tubearchivist/home/templates/home/downloads.html +++ b/tubearchivist/home/templates/home/downloads.html @@ -54,7 +54,7 @@ {% endif %} -

Total videos: {{ max_hits }}

+

Total videos: {{ max_hits }}{% if max_hits == 10000 %}+{% endif %}

{% if results %} {% for video in results %}