From c3f16be5c4b0b6e04f95af8ffcd4cc2f7b2e4be6 Mon Sep 17 00:00:00 2001 From: Emilien <4016501+unixfox@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:51:13 +0200 Subject: [PATCH] Move error message and action links before video title Error reason, subreason, and 'After which you should try to' links now appear above the
- <%= I18n.translate(preferences.locale, "error_from_youtube_unplayable") %>
- <%= video.reason %>
- <% if video.subreason %>
<%= video.subreason %><% end %>
-
+ <%= I18n.translate(preferences.locale, "error_from_youtube_unplayable") %>
+ <%= video.reason %>
+ <% if video.subreason %>
<%= video.subreason %><% end %>
+