mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	HTML: Sort playlists alphabetically in watch page drop down (#4853)
Closes issue 4708
This commit is contained in:
		@@ -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})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user