mirror of
https://github.com/iv-org/invidious.git
synced 2024-10-01 01:25:56 -04:00
Fix sorting for videos and playlist tabs
This commit is contained in:
parent
f2039d6dcf
commit
46fe3c5195
@ -169,7 +169,7 @@
|
||||
<div class="h-box">
|
||||
<hr>
|
||||
<% if content_type == 1 || content_type == 2 %>
|
||||
<% route = content_type == 1 ? "/playlists" : "" %>
|
||||
<% route = content_type == 1 ? "/videos" : "/playlists" %>
|
||||
<% url = "/channel/#{channel.ucid + route}" %>
|
||||
|
||||
<div class="pure-menu pure-menu-horizontal" style="display: flex;">
|
||||
|
Loading…
Reference in New Issue
Block a user