We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e9c3e commit e66e1b5Copy full SHA for e66e1b5
1 file changed
app/src/main/java/org/schabi/newpipe/database/playlist/dao/PlaylistStreamDAO.java
@@ -154,6 +154,6 @@ default Flowable<List<PlaylistStreamEntity>> listByService(final int serviceId)
154
+ " AND :streamUrl = :streamUrl"
155
156
+ " GROUP BY " + JOIN_PLAYLIST_ID
157
- + " ORDER BY " + PLAYLIST_NAME + " COLLATE NOCASE ASC")
+ + " ORDER BY " + PLAYLIST_DISPLAY_INDEX)
158
Flowable<List<PlaylistDuplicatesEntry>> getPlaylistDuplicatesMetadata(String streamUrl);
159
}
0 commit comments