Skip to content

Commit

Permalink
HTML: Sort playlists alphabetically in watch page drop down (#4853)
Browse files Browse the repository at this point in the history
Closes issue 4708
  • Loading branch information
SamantazFox committed Aug 24, 2024
2 parents 2876ee0 + b795bdf commit c5fdd9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/invidious/database/playlists.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit c5fdd9e

Please sign in to comment.