Skip to content

Commit

Permalink
Remove passing isCircular prop to CardImage
Browse files Browse the repository at this point in the history
Will need to be reverted when V3 drops
  • Loading branch information
Bergbok committed Apr 30, 2024
1 parent 995051e commit 7e8d550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CustomApps/playlist-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playlist-tags",
"version": "1.6.7",
"version": "1.6.8",
"private": true,
"scripts": {
"build": "spicetify-creator",
Expand Down
3 changes: 1 addition & 2 deletions CustomApps/playlist-tags/src/components/spotify_card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ function SpotifyCard(props: SpotifyCardProps): React.ReactElement<HTMLDivElement
renderCardImage={() => (
<CardImage
src={imageUrl}
size={640}
isCircular={type === "artist"}/>
size={640}/>
)}
renderSubHeaderContent={() => (
<React.Fragment>
Expand Down

0 comments on commit 7e8d550

Please sign in to comment.