mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Remove labels from genre icons (#37)
This commit is contained in:
@@ -1021,7 +1021,6 @@ describe("api", () => {
|
||||
albumArtURI: iconArtURI(
|
||||
bonobUrl,
|
||||
iconForGenre(genre.name),
|
||||
genre.name
|
||||
).href(),
|
||||
})),
|
||||
index: 0,
|
||||
@@ -1047,7 +1046,6 @@ describe("api", () => {
|
||||
albumArtURI: iconArtURI(
|
||||
bonobUrl,
|
||||
iconForGenre(genre.name),
|
||||
genre.name
|
||||
).href(),
|
||||
})),
|
||||
index: 1,
|
||||
|
||||
Reference in New Issue
Block a user