Merge pull request #937 from magcode/master

Add hearthis browse background
This commit is contained in:
James Barnsley
2024-01-03 20:20:31 +13:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -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;