Skip to content

Commit

Permalink
Update PlaylistStreamDAO.java
Browse files Browse the repository at this point in the history
  • Loading branch information
whistlingwoods authored Oct 11, 2024
1 parent 0d465fd commit 4519e92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ default Flowable<List<PlaylistStreamEntity>> listByService(final int serviceId)
+ " AND :streamUrl = :streamUrl"

+ " GROUP BY " + JOIN_PLAYLIST_ID
+ " ORDER BY " + PLAYLIST_DISPLAY_INDEX) + ", " + PLAYLIST_NAME)
+ " ORDER BY " + PLAYLIST_DISPLAY_INDEX + ", " + PLAYLIST_NAME)
Flowable<List<PlaylistDuplicatesEntry>> getPlaylistDuplicatesMetadata(String streamUrl);
}

0 comments on commit 4519e92

Please sign in to comment.