diff --git a/JlSonic/api.jl b/JlSonic/api.jl index e9ab689..1cecd41 100644 --- a/JlSonic/api.jl +++ b/JlSonic/api.jl @@ -71,7 +71,7 @@ function getMusicDirectory(req) directory = new_child(xroot, "directory") # We simulate directory listing. Root directory has id == # 1. Other directories are identified by uuids - artists = Beets.getartists() + artists = Beets.artists() ## Structure is: Music(id=1)/Artist/Album/Song if id == "1" # List artists