mirror of
https://github.com/navidrome/navidrome.git
synced 2026-04-28 03:19:38 +00:00
fix(lastfm): ignore artist placeholder image.
Fix #4702 Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
c873466e5b
commit
353aff2c88
5 changed files with 106 additions and 10 deletions
7
tests/fixtures/lastfm.artist.page.html
vendored
Normal file
7
tests/fixtures/lastfm.artist.page.html
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta property="og:image" content="https://lastfm.freetls.fastly.net/i/u/ar0/818148bf682d429dc21b59a73ef6f68e.png" />
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
7
tests/fixtures/lastfm.artist.page.ignored.html
vendored
Normal file
7
tests/fixtures/lastfm.artist.page.ignored.html
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta property="og:image" content="https://lastfm.freetls.fastly.net/i/u/ar0/2a96cbd8b46e442fc41c2b86b821562f.png" />
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
6
tests/fixtures/lastfm.artist.page.no_meta.html
vendored
Normal file
6
tests/fixtures/lastfm.artist.page.no_meta.html
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue