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.
2 parents c0b36b8 + 063568b commit f08e078Copy full SHA for f08e078
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_DISPLAY_INDEX)
+ + " ORDER BY " + PLAYLIST_DISPLAY_INDEX + ", " + PLAYLIST_NAME)
158
Flowable<List<PlaylistDuplicatesEntry>> getPlaylistDuplicatesMetadata(String streamUrl);
159
}
0 commit comments