mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
Album view sort by album name not artist name
This commit is contained in:
@@ -1576,7 +1576,7 @@ describe("api", () => {
|
||||
);
|
||||
|
||||
expect(musicLibrary.albums).toHaveBeenCalledWith({
|
||||
type: "alphabeticalByArtist",
|
||||
type: "alphabeticalByName",
|
||||
_index: paging.index,
|
||||
_count: paging.count,
|
||||
});
|
||||
@@ -1622,7 +1622,7 @@ describe("api", () => {
|
||||
);
|
||||
|
||||
expect(musicLibrary.albums).toHaveBeenCalledWith({
|
||||
type: "alphabeticalByArtist",
|
||||
type: "alphabeticalByName",
|
||||
_index: paging.index,
|
||||
_count: paging.count,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user