albums broken

This commit is contained in:
simojenki
2021-03-08 08:13:02 +11:00
parent 86a2411f21
commit ba566ef1d2
5 changed files with 160 additions and 32 deletions

View File

@@ -280,8 +280,8 @@ function bindSmapiSoapServiceToExpress(
index: paging._index,
total,
})
);
case "artist":
);
case "artist":
return await musicLibrary
.artist(typeId!)
.then((artist) => artist.albums)