Merge pull request #844 from phampyk/master
Adding Jellyfin and Podcasts browse tiles
This commit is contained in:
@ -1 +1 @@
|
||||
3.62.0
|
||||
3.63.0
|
||||
|
||||
BIN
mopidy_iris/static/assets/backgrounds/browse-jellyfin.jpg
Normal file
BIN
mopidy_iris/static/assets/backgrounds/browse-jellyfin.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
mopidy_iris/static/assets/backgrounds/browse-podcasts.jpg
Normal file
BIN
mopidy_iris/static/assets/backgrounds/browse-podcasts.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
@ -83,9 +83,17 @@ class Browse extends React.Component {
|
||||
subdirectory.icons = ['/iris/assets/backgrounds/browse-itunes.jpg'];
|
||||
break;
|
||||
|
||||
case 'Soma FM':
|
||||
case 'SomaFM':
|
||||
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;
|
||||
|
||||
case 'Tidal':
|
||||
subdirectory.icons = ['/iris/assets/backgrounds/browse-tidal.jpg'];
|
||||
|
||||
Reference in New Issue
Block a user