From 3846264dd4235e3f68a691bb4dfd832fa62df02f Mon Sep 17 00:00:00 2001 From: pluja Date: Thu, 15 Oct 2020 06:59:20 +0200 Subject: [PATCH] Fixes #110 --- app/templates/_video_item.html | 2 +- app/templates/channel.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/_video_item.html b/app/templates/_video_item.html index 0234aa4..b9b0279 100644 --- a/app/templates/_video_item.html +++ b/app/templates/_video_item.html @@ -1,6 +1,6 @@
- +
{{video.videoTitle}} diff --git a/app/templates/channel.html b/app/templates/channel.html index 484ddec..808ab20 100644 --- a/app/templates/channel.html +++ b/app/templates/channel.html @@ -54,7 +54,7 @@ {% for video in data['items'] %}