Ability to play entire album

This commit is contained in:
simojenki
2021-03-13 16:23:35 +11:00
parent afa8132daa
commit 78c1531e01
3 changed files with 5 additions and 4 deletions

View File

@@ -576,6 +576,7 @@ describe("api", () => {
id: `album:${it.id}`,
title: it.name,
albumArtURI: defaultAlbumArtURI(rootUrl, accessToken, it),
canPlay: true
})),
index: 0,
total: artistWithManyAlbums.albums.length,
@@ -601,6 +602,7 @@ describe("api", () => {
id: `album:${it.id}`,
title: it.name,
albumArtURI: defaultAlbumArtURI(rootUrl, accessToken, it),
canPlay: true
})),
index: 2,
total: artistWithManyAlbums.albums.length,
@@ -706,6 +708,7 @@ describe("api", () => {
id: `album:${it.id}`,
title: it.name,
albumArtURI: defaultAlbumArtURI(rootUrl, accessToken, it),
canPlay: true
})),
index: 0,
total: 6,
@@ -732,6 +735,7 @@ describe("api", () => {
id: `album:${it.id}`,
title: it.name,
albumArtURI: defaultAlbumArtURI(rootUrl, accessToken, it),
canPlay: true
})),
index: 2,
total: 6,