From 4467e97f3c46130438eb9ae6c54f59d280f48e05 Mon Sep 17 00:00:00 2001 From: Stephen Herbein Date: Thu, 10 Feb 2022 21:52:26 -0800 Subject: [PATCH] When no videos are found, add a hint to start a search/download (#167) --- tubearchivist/home/templates/home/channel_id.html | 1 + tubearchivist/home/templates/home/home.html | 1 + tubearchivist/home/templates/home/playlist_id.html | 1 + 3 files changed, 3 insertions(+) diff --git a/tubearchivist/home/templates/home/channel_id.html b/tubearchivist/home/templates/home/channel_id.html index 3f0522c..6a42c10 100644 --- a/tubearchivist/home/templates/home/channel_id.html +++ b/tubearchivist/home/templates/home/channel_id.html @@ -133,6 +133,7 @@ {% endfor %} {% else %}

No videos found...

+

Try going to the downloads page to start the scan and download tasks.

{% endif %} diff --git a/tubearchivist/home/templates/home/home.html b/tubearchivist/home/templates/home/home.html index 6433178..62d2e9a 100644 --- a/tubearchivist/home/templates/home/home.html +++ b/tubearchivist/home/templates/home/home.html @@ -73,6 +73,7 @@ {% endfor %} {% else %}

No videos found...

+

If you've already added a channel or playlist, try going to the downloads page to start the scan and download tasks.

{% endif %} diff --git a/tubearchivist/home/templates/home/playlist_id.html b/tubearchivist/home/templates/home/playlist_id.html index a5cfb0b..41d8268 100644 --- a/tubearchivist/home/templates/home/playlist_id.html +++ b/tubearchivist/home/templates/home/playlist_id.html @@ -114,6 +114,7 @@ {% endfor %} {% else %}

No videos found...

+

Try going to the downloads page to start the scan and download tasks.

{% endif %}