Add author for item

This commit is contained in:
Omar Roth
2018-02-26 20:59:18 -06:00
parent 3a95d21808
commit dff93f67f9
4 changed files with 14 additions and 2 deletions

View File

@@ -101,7 +101,8 @@ var player = videojs('player', options, function() {
<% if rv.has_key?("id") %>
<a class="link" href="/watch?v=<%= rv["id"] %>">
<img style="width:100%;" alt="thumbnail" src="<%= rv["iurlmq"] %>">
<%= rv["title"] %>
<p style="width:100%"><%= rv["title"] %></p>
<p><b style="width: 100%"><%= rv["author"] %></b></p>
</a>
<% end %>
<% end %>