clean links from artist bio
This commit is contained in:
parent
4f5cac1428
commit
c0dfb5f853
@ -102,7 +102,7 @@ export class API {
|
||||
return {
|
||||
id: info1.id,
|
||||
name: info1.name,
|
||||
description: info2.biography,
|
||||
description: (info2.biography || "").replace(/<a[^>]*>.*?<\/a>/gm, ''),
|
||||
image: info2.largeImageUrl || info2.mediumImageUrl || info2.smallImageUrl,
|
||||
lastFmUrl: info2.lastFmUrl,
|
||||
musicBrainzUrl: info2.musicBrainzId
|
||||
|
Loading…
x
Reference in New Issue
Block a user