Skip to content

Commit

Permalink
add hearthis browse background
Browse files Browse the repository at this point in the history
  • Loading branch information
magcode committed Dec 14, 2023
1 parent 050e232 commit c6adfa7
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 c6adfa7

Please sign in to comment.