mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
msg
This commit is contained in:
@@ -148,6 +148,8 @@ export class SubsonicMusicLibrary implements MusicLibrary {
|
|||||||
artistId: artist.id,
|
artistId: artist.id,
|
||||||
artistImageURL: [
|
artistImageURL: [
|
||||||
artist.artistImageUrl,
|
artist.artistImageUrl,
|
||||||
|
// todo: subsonic.artistInfo should just return a valid image or undefined, then the music lib just chooses first undefined
|
||||||
|
// out of artist.image and artistInfo.image
|
||||||
artistInfo.images.l,
|
artistInfo.images.l,
|
||||||
artistInfo.images.m,
|
artistInfo.images.m,
|
||||||
artistInfo.images.s,
|
artistInfo.images.s,
|
||||||
|
|||||||
@@ -255,7 +255,7 @@ export type ArtistWithAlbum = {
|
|||||||
album: Album;
|
album: Album;
|
||||||
};
|
};
|
||||||
|
|
||||||
describe("artistURN", () => {
|
describe("artistImageURN", () => {
|
||||||
describe("when artist URL is", () => {
|
describe("when artist URL is", () => {
|
||||||
describe("a valid external URL", () => {
|
describe("a valid external URL", () => {
|
||||||
it("should return an external URN", () => {
|
it("should return an external URN", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user