mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-22 00:09:07 -04:00
Fix sorting for videos and playlist tabs
(cherry picked from commit 00675691924ab968876d5bb60494cac69da450ff)
This commit is contained in:
parent
da29c29167
commit
b89027d22d
@ -141,7 +141,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…
x
Reference in New Issue
Block a user