mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-26 15:37:23 +00:00
Remove 'engage types'
This commit is contained in:
parent
bce01cba32
commit
fa2ba807a3
@ -266,11 +266,6 @@ get "/watch" do |env|
|
|||||||
rating = video.info["avg_rating"].to_f64
|
rating = video.info["avg_rating"].to_f64
|
||||||
engagement = ((video.dislikes.to_f + video.likes.to_f)/video.views * 100)
|
engagement = ((video.dislikes.to_f + video.likes.to_f)/video.views * 100)
|
||||||
|
|
||||||
if video.info["enabled_engage_types"]?
|
|
||||||
engage_types = video.info["enabled_engage_types"].split(",")
|
|
||||||
engage_types = engage_types.sort_by { |a| a.to_i }.join(", ")
|
|
||||||
end
|
|
||||||
|
|
||||||
templated "watch"
|
templated "watch"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -211,9 +211,6 @@ get_youtube_comments();
|
|||||||
<% end %>
|
<% end %>
|
||||||
</p>
|
</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if engage_types %>
|
|
||||||
<p id="Engage">Engage Types: <%= engage_types %></p>
|
|
||||||
<% end %>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user