feat: download options

This commit is contained in:
2026-09-03 09:30:31 +02:00
parent f4549b694f
commit 99431f9ae4
20 changed files with 837 additions and 1512 deletions
@@ -112,7 +112,10 @@ const SearchResultsList = ({
return musics
}
return musics.filter((project) => project?.hasPlayback !== true)
return musics.filter(
(project) =>
project?.hasPlayback !== true || project?.playbackPublishedOnMusicLand === false
)
}, [musics, selected])
const shouldShowMusics =