mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Album view sort by album name not artist name
This commit is contained in:
@@ -245,7 +245,7 @@ describe("scenarios", () => {
|
||||
...BLONDIE.albums,
|
||||
...BOB_MARLEY.albums,
|
||||
...MADONNA.albums,
|
||||
].map((it) => it.name)
|
||||
].map((it) => it.name).sort()
|
||||
)
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user