New tiles

Fix Soma FM tile not showing and added Jellyfin and podcasts tiles
This commit is contained in:
Ana
2022-05-26 19:25:56 +01:00
parent 1158b463ee
commit 5390066780
4 changed files with 10 additions and 2 deletions

View File

@ -188341,8 +188341,16 @@ var Browse = /*#__PURE__*/function (_React$Component) {
subdirectory.icons = ['/iris/assets/backgrounds/browse-itunes.jpg']; subdirectory.icons = ['/iris/assets/backgrounds/browse-itunes.jpg'];
break; break;
case 'Soma FM': case 'SomaFM':
subdirectory.icons = ['/iris/assets/backgrounds/browse-somafm.jpg']; subdirectory.icons = ['/iris/assets/backgrounds/browse-somafm.jpg'];
break;
case 'Jellyfin':
subdirectory.icons = ['/iris/assets/backgrounds/browse-jellyfin.jpg'];
break;
case 'Podcasts':
subdirectory.icons = ['/iris/assets/backgrounds/browse-podcasts.jpg'];
break; break;
case 'Tidal': case 'Tidal':

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB