Skip to content

Commit ab19838

Browse files
committed
¯\_(ツ)_/¯
1 parent 77d62de commit ab19838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/schabi/newpipe/database/playlist/dao/PlaylistStreamDAO.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ interface PlaylistStreamDAO : BasicDAO<PlaylistStreamEntity> {
118118
LEFT JOIN streams
119119
ON streams.uid = stream_id AND :streamUrl = :streamUrl
120120
121-
GROUP BY playlist_id
121+
GROUP BY playlists.uid
122122
ORDER BY display_index, name
123123
"""
124124
)

0 commit comments

Comments
 (0)