Merge pull request #4020 from ctalkington/patch-1

This commit is contained in:
Bill Thornton
2022-10-10 21:54:52 -04:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.0 KiB

+2
View File
@@ -52,6 +52,8 @@ function getWebDeviceIcon(browser) {
case 'Jellyfin iOS':
case 'Infuse':
return BASE_DEVICE_IMAGE_URL + 'apple.svg';
case 'Home Assistant':
return BASE_DEVICE_IMAGE_URL + 'home-assistant.svg';
case 'Jellyfin Web':
return getWebDeviceIcon(device.Name || device.DeviceName);
default: