mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-13 02:14:33 +01:00
Added suggestions
This commit is contained in:
parent
4aa696fa6e
commit
7fd205179b
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<% item_watched = !item.is_a?(SearchChannel) && !item.is_a?(SearchPlaylist) && !item.is_a?(InvidiousPlaylist) && !item.is_a?(Category) && env.get("user") && env.get("user").as(User).watched && env.get("user").as(User).watched.index(item.id) != nil %>
|
||||
<% item_watched = !item.is_a?(SearchChannel | SearchPlaylist | InvidiousPlaylist | Category) && env.get?("user").try &.as(User).watched.index(item.id) != nil %>
|
||||
|
||||
<div class="pure-u-1 pure-u-md-1-4">
|
||||
<div class="h-box">
|
||||
|
|
Loading…
Reference in a new issue