stop using getartists()
This commit is contained in:
parent
26e6df252f
commit
f9be19a1aa
|
@ -71,7 +71,7 @@ function getMusicDirectory(req)
|
||||||
directory = new_child(xroot, "directory")
|
directory = new_child(xroot, "directory")
|
||||||
# We simulate directory listing. Root directory has id ==
|
# We simulate directory listing. Root directory has id ==
|
||||||
# 1. Other directories are identified by uuids
|
# 1. Other directories are identified by uuids
|
||||||
artists = Beets.getartists()
|
artists = Beets.artists()
|
||||||
## Structure is: Music(id=1)/Artist/Album/Song
|
## Structure is: Music(id=1)/Artist/Album/Song
|
||||||
if id == "1"
|
if id == "1"
|
||||||
# List artists
|
# List artists
|
||||||
|
|
Loading…
Reference in New Issue