Fix Album View

This commit is contained in:
Deluan
2020-11-19 18:44:28 -05:00
committed by Deluan Quintão
parent 3209430ebd
commit f5808288ab
3 changed files with 97 additions and 101 deletions
+3
View File
@@ -138,6 +138,9 @@ export const SongDatagrid = ({
)
const firstTracks = useMemo(() => {
if (!ids) {
return new Set()
}
const set = new Set(
ids
.filter((i) => data[i])