Skip to content

Commit

Permalink
Use 'music-circle' for EP
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Feb 10, 2024
1 parent 88bf015 commit 81ec2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MaterialSkin/HTML/material/html/images/music-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion MaterialSkin/HTML/material/html/js/browse-resp.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function releaseTypeIcon(rel) {
}
*/
if (rel=="EP") {
return {svg:"music"};
return {svg:"music-circle"};
}
if (rel=="SINGLE") {
return {icon:"music_note"};
Expand Down

0 comments on commit 81ec2d0

Please sign in to comment.