From 757d21c2a2b10c3ed4a6629224bed0b075a7daa8 Mon Sep 17 00:00:00 2001 From: girst Date: Tue, 22 Sep 2020 14:11:22 +0200 Subject: [PATCH] remove superfluous title text --- app/youtube/templates/index.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/youtube/templates/index.html.j2 b/app/youtube/templates/index.html.j2 index 3f90c0e..c9ce23d 100644 --- a/app/youtube/templates/index.html.j2 +++ b/app/youtube/templates/index.html.j2 @@ -8,7 +8,7 @@
{% for row in rows %} {% set badge = 'LIVE' if row.livestream else row.length|format_time %} - {% call macros.card(row.video_id, row.title, row.published|format_date, row.pinned, row.video_id, badge=badge) %} + {% call macros.card(row.video_id, row.title, row.published|format_date, row.pinned, badge=badge) %} {{ macros.infobar_subscriptions(row.video_id, row.channel_id, row.author) }} {% endcall %} {% endfor %} -- 2.39.3