mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Searching for tracks displays album
This commit is contained in:
@@ -392,7 +392,7 @@ function bindSmapiSoapServiceToExpress(
|
||||
searchResult({
|
||||
count: it.length,
|
||||
mediaCollection: it.map((aTrack) =>
|
||||
track(webAddress, accessToken, aTrack)
|
||||
album(webAddress, accessToken, aTrack.album)
|
||||
),
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user