Fix sorting for videos and playlist tabs

(cherry picked from commit 0067569192)
This commit is contained in:
syeopite 2021-06-24 16:03:59 -07:00
parent da29c29167
commit b89027d22d
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82

View file

@ -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;">