Skip to content

Commit

Permalink
[AppleMusicBridge] fix linting error (#4308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajain-93 authored Oct 19, 2024
1 parent b9eb3c8 commit 668f3a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bridges/AppleMusicBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ public function collectData()
'enclosures' => $artworkUrl500,
'author' => $item->artistName,
'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>
from <a href=\"$artist->artistLinkUrl\">$item->artistName</a><br />$copyright
</figcaption>
Expand Down

0 comments on commit 668f3a9

Please sign in to comment.