diff --git a/app/templates/_video_item.html b/app/templates/_video_item.html index a24b977..d48ef07 100644 --- a/app/templates/_video_item.html +++ b/app/templates/_video_item.html @@ -1,6 +1,6 @@
- Thumbnail + Thumbnail
{{video.videoTitle}} diff --git a/app/templates/channel.html b/app/templates/channel.html index 171880f..a4f3c5b 100644 --- a/app/templates/channel.html +++ b/app/templates/channel.html @@ -4,7 +4,7 @@
- Avatar + Avatar
diff --git a/app/templates/ytsearch.html b/app/templates/ytsearch.html index 8af14a0..a7f7e23 100644 --- a/app/templates/ytsearch.html +++ b/app/templates/ytsearch.html @@ -58,8 +58,6 @@ {% include '_video_item.html' %} {% endfor %}
- {% else %} - {% include '_empty_feed.html' %} {% endif %}