From f9be19a1aa0f6150a886184457c3083fe492842f Mon Sep 17 00:00:00 2001 From: nixo Date: Tue, 21 May 2019 15:15:23 +0200 Subject: [PATCH] stop using getartists() --- JlSonic/api.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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