mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 08:28:46 +00:00
[AppleMusicBridge] fix linting error (#4308)
This commit is contained in:
parent
b9eb3c887a
commit
668f3a9d7e
@ -43,7 +43,10 @@ class AppleMusicBridge extends BridgeAbstract
|
|||||||
'enclosures' => $artworkUrl500,
|
'enclosures' => $artworkUrl500,
|
||||||
'author' => $item->artistName,
|
'author' => $item->artistName,
|
||||||
'content' => "<figure>
|
'content' => "<figure>
|
||||||
<img srcset=\"$item->artworkUrl60 60w, $item->artworkUrl100 100w, $artworkUrl500 500w, $artworkUrl2000 2000w\" sizes=\"100%\" src=\"$artworkUrl2000\" alt=\"Cover of $escapedCollectionName\" style=\"display: block; margin: 0 auto;\" />
|
<img srcset=\"$item->artworkUrl60 60w, $item->artworkUrl100 100w, $artworkUrl500 500w, $artworkUrl2000 2000w\"
|
||||||
|
sizes=\"100%\" src=\"$artworkUrl2000\"
|
||||||
|
alt=\"Cover of $escapedCollectionName\"
|
||||||
|
style=\"display: block; margin: 0 auto;\" />
|
||||||
<figcaption>
|
<figcaption>
|
||||||
from <a href=\"$artist->artistLinkUrl\">$item->artistName</a><br />$copyright
|
from <a href=\"$artist->artistLinkUrl\">$item->artistName</a><br />$copyright
|
||||||
</figcaption>
|
</figcaption>
|
||||||
|
Loading…
Reference in New Issue
Block a user