Ability to query for recently added and recently played albums

This commit is contained in:
simojenki
2021-04-05 13:25:48 +10:00
parent 4730511a84
commit fa1ad8c18b
4 changed files with 240 additions and 60 deletions

View File

@@ -557,9 +557,11 @@ describe("api", () => {
{ itemType: "container", id: "albums", title: "Albums" },
{ itemType: "container", id: "genres", title: "Genres" },
{ itemType: "container", id: "randomAlbums", title: "Random" },
{ itemType: "container", id: "recentlyAdded", title: "Recently Added" },
{ itemType: "container", id: "recentlyPlayed", title: "Recently Played" },
],
index: 0,
total: 4,
total: 6,
})
);
});