diff --git a/tubearchivist/home/src/frontend/searching.py b/tubearchivist/home/src/frontend/searching.py index 839e196..a082f05 100644 --- a/tubearchivist/home/src/frontend/searching.py +++ b/tubearchivist/home/src/frontend/searching.py @@ -120,7 +120,7 @@ class SearchHandler: if "vid_thumb_url" in hit_keys: youtube_id = hit["source"]["youtube_id"] thumb_path = ThumbManager(youtube_id).vid_thumb_path() - hit["source"]["vid_thumb_url"] = thumb_path + hit["source"]["vid_thumb_url"] = f"/cache/{thumb_path}" if "channel_last_refresh" in hit_keys: refreshed = hit["source"]["channel_last_refresh"] diff --git a/tubearchivist/home/templates/home/channel_id.html b/tubearchivist/home/templates/home/channel_id.html index 6480f86..a9fd843 100644 --- a/tubearchivist/home/templates/home/channel_id.html +++ b/tubearchivist/home/templates/home/channel_id.html @@ -100,7 +100,7 @@
- video-thumb + video-thumb {% if video.source.player.progress %}
{% else %} diff --git a/tubearchivist/home/templates/home/downloads.html b/tubearchivist/home/templates/home/downloads.html index 96e5b1d..c4e7634 100644 --- a/tubearchivist/home/templates/home/downloads.html +++ b/tubearchivist/home/templates/home/downloads.html @@ -72,7 +72,7 @@