Remove "Top" feed option from preferences

The Top feed used to be a feed based on YouTube ratings. Once YouTube removed
publicly available ratings the Top feed was removed from Invidious but the
option to display a link to it remained.
This commit is contained in:
saltycrys
2020-12-19 19:30:42 +01:00
parent c7c732ebc0
commit ef96a50cea
2 changed files with 4 additions and 4 deletions

View File

@@ -130,9 +130,9 @@
</div>
<% if env.get?("user") %>
<% feed_options = {"", "Popular", "Top", "Trending", "Subscriptions", "Playlists"} %>
<% feed_options = {"", "Popular", "Trending", "Subscriptions", "Playlists"} %>
<% else %>
<% feed_options = {"", "Popular", "Top", "Trending"} %>
<% feed_options = {"", "Popular", "Trending"} %>
<% end %>
<div class="pure-control-group">