mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Ability to query for recently added and recently played albums
This commit is contained in:
@@ -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,
|
||||
})
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user