Add '&list' to videos shown on mix page

This commit is contained in:
Omar Roth
2018-10-06 22:22:50 -05:00
parent 80bc29f3cd
commit c72b9bea64
2 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
<p><%= number_with_separator(item.video_count) %> videos</p>
<p>PLAYLIST</p>
<% when MixVideo %>
<a style="width:100%;" href="/watch?v=<%= item.id %>">
<a style="width:100%;" href="/watch?v=<%= item.id %>&list=<%= item.mixes[0] %>">
<% if env.get?("user") && env.get("user").as(User).preferences.thin_mode %>
<% else %>
<img style="width:100%;" src="/vi/<%= item.id %>/mqdefault.jpg"/>