mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Fixed playlist order between "Bookmarked Playlists" list and "add to playlist" dialog list. Now both lists are sorted using case insensitive order if the user has not yet adjusted manually the order.
This commit is contained in:
		| @@ -154,6 +154,6 @@ public interface PlaylistStreamDAO extends BasicDAO<PlaylistStreamEntity> { | |||||||
|             + " AND :streamUrl = :streamUrl" |             + " AND :streamUrl = :streamUrl" | ||||||
|  |  | ||||||
|             + " GROUP BY " + JOIN_PLAYLIST_ID |             + " GROUP BY " + JOIN_PLAYLIST_ID | ||||||
|             + " ORDER BY " + PLAYLIST_DISPLAY_INDEX) |             + " ORDER BY " + PLAYLIST_DISPLAY_INDEX + ", " + PLAYLIST_NAME) | ||||||
|     Flowable<List<PlaylistDuplicatesEntry>> getPlaylistDuplicatesMetadata(String streamUrl); |     Flowable<List<PlaylistDuplicatesEntry>> getPlaylistDuplicatesMetadata(String streamUrl); | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Nicholas Sala
					Nicholas Sala