Skip to content

Commit

Permalink
library: fix removed playlist showing in search (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarter11 authored Jan 17, 2025
1 parent fc2c1fa commit d1faa1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ interface PlaylistsDao {
LEFT JOIN playlist_song_map psm ON p.id = psm.playlistId
LEFT JOIN song s ON psm.songId = s.id
WHERE name LIKE '%' || :query || '%'
AND s.inLibrary IS NOT NULL
GROUP BY p.id
LIMIT :previewSize
""")
Expand Down

0 comments on commit d1faa1f

Please sign in to comment.