From 537c7a86ceb469805c3139a65d8fc2086d9b727e Mon Sep 17 00:00:00 2001 From: Emilien <4016501+unixfox@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:04:35 +0200 Subject: [PATCH] Fix duplicate error reason display on watch page - Keep error message only in player container placeholder (like YouTube does) - Show only error_redirect_helper links below the title, no duplicate text - Fixes visual duplication reported during review --- src/invidious/views/watch.ecr | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index 41914f0a..0911fceb 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -108,12 +108,6 @@ we're going to need to do it here in order to allow for translations. <% end %> <% if video.reason %> -
<%= video.subreason %>
- <% end %> <%= error_redirect_helper(env) %> <% elsif video.premiere_timestamp.try &.> Time.utc %>