From c1a60392ae374aa081a8f1e0b6fb6b0e863f10d6 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Mon, 19 Nov 2018 17:23:01 -0600 Subject: [PATCH] Expand description when related videos are disabled --- src/invidious/views/watch.ecr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index 5326faeff..31437760f 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -82,7 +82,7 @@ -
+
+ <% if preferences && preferences.related_videos || plid %>
<% if plid %>
@@ -171,6 +172,7 @@
<% end %>
+ <% end %>