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
commit aabbc8920f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 KiB

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: