1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add device logos for Roku and Finamp

This commit is contained in:
photonconvergence 2022-10-25 17:23:44 -07:00
parent 9e76319a4c
commit 7d923f10f4
3 changed files with 18 additions and 0 deletions

View file

@ -54,6 +54,10 @@ function getWebDeviceIcon(browser) {
return BASE_DEVICE_IMAGE_URL + 'apple.svg';
case 'Home Assistant':
return BASE_DEVICE_IMAGE_URL + 'home-assistant.svg';
case 'Jellyfin Roku':
return BASE_DEVICE_IMAGE_URL + 'roku.svg';
case 'Finamp':
return BASE_DEVICE_IMAGE_URL + 'finamp.svg';
case 'Jellyfin Web':
return getWebDeviceIcon(device.Name || device.DeviceName);
default: