Skip to content

Commit

Permalink
Merge pull request #937 from magcode/master
Browse files Browse the repository at this point in the history
Add hearthis browse background
  • Loading branch information
jaedb authored Jan 3, 2024
2 parents 4dffccf + c6adfa7 commit 14ffc94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added src/assets/backgrounds/browse-hearthis.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/js/views/Library/Browse.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ class Browse extends React.Component {
subdirectory.icons = ['assets/backgrounds/browse-mixcloud.jpg'];
break;

case 'Hearthis':
case 'Hearthis music community':
subdirectory.icons = ['assets/backgrounds/browse-hearthis.jpg'];
break;

case 'iTunes Store: Podcasts':
subdirectory.icons = ['assets/backgrounds/browse-itunes.jpg'];
break;
Expand Down

0 comments on commit 14ffc94

Please sign in to comment.