fixup
This commit is contained in:
parent
11393c242b
commit
3d5510cedb
|
@ -93,7 +93,7 @@ function getArtists()
|
|||
artists = unique(beetsdb)
|
||||
# albums = group_albums_as_artists()
|
||||
# .|> does not work in a macro. What to do?
|
||||
for index in unique(first.(filter(isempty,
|
||||
for index in unique(first.(filter(!isempty,
|
||||
getfield.(artists, Ref(:name)))) .|> uppercase)
|
||||
indexXML = new_child(indexes, "index")
|
||||
set_attribute(indexXML, "name", string(index))
|
||||
|
|
Loading…
Reference in New Issue