mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 16:51:56 +01:00
HTML: Sort playlists alphabetically in watch page drop down
This commit is contained in:
parent
e319c35f09
commit
b795bdf2a4
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ module Invidious::Database::Playlists
|
|||
request = <<-SQL
|
||||
SELECT id,title FROM playlists
|
||||
WHERE author = $1 AND id LIKE 'IV%'
|
||||
ORDER BY title
|
||||
SQL
|
||||
|
||||
PG_DB.query_all(request, email, as: {String, String})
|
||||
|
|
Loading…
Reference in a new issue