diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index b115ff0d..a75a321c 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -76,15 +76,6 @@ we're going to need to do it here in order to allow for translations.

<%= title %> - <% if params.listen %> - " href="/watch?<%= env.params.query %>&listen=0"> - - - <% else %> - " href="/watch?<%= env.params.query %>&listen=1"> - - - <% end %> <% time_span_length = video.length_seconds.seconds %> @@ -98,6 +89,15 @@ we're going to need to do it here in order to allow for translations. <%= time_span_length.seconds %> seconds <% end %> + <% if params.listen %> + " href="/watch?<%= env.params.query %>&listen=0"> + + + <% else %> + " href="/watch?<%= env.params.query %>&listen=1"> + + + <% end %>