mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Merge de74056925
into 9cc0418769
This commit is contained in:
commit
f35819bbc0
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ we're going to need to do it here in order to allow for translations.
|
|||
|
||||
<% video.related_videos.each do |rv| %>
|
||||
<% if rv["id"]? %>
|
||||
<a href="/watch?v=<%= rv["id"] %>">
|
||||
<a href="/watch?v=<%= rv["id"] %>&listen=<%= params.listen %>">
|
||||
<% if !env.get("preferences").as(Preferences).thin_mode %>
|
||||
<div class="thumbnail">
|
||||
<img loading="lazy" class="thumbnail" src="/vi/<%= rv["id"] %>/mqdefault.jpg">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue