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 %}