From 290c7e60091f608c23acfaeb93122a262912e057 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sun, 14 Jul 2019 10:12:18 -0500 Subject: [PATCH] Disable autoplay in community tabs --- src/invidious/comments.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr index cef09ff5..b72f8ec7 100644 --- a/src/invidious/comments.cr +++ b/src/invidious/comments.cr @@ -339,7 +339,7 @@ def template_youtube_comments(comments, locale, thin_mode) END_HTML else html << <<-END_HTML - + END_HTML end