Merge pull request #3720 from Shadowghost/device-logo-fix

This commit is contained in:
Joshua M. Boniface 2022-06-26 20:56:17 -04:00 committed by GitHub
commit ae83d1d356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
case 'Sony PS4':
return baseUrl + 'playstation.svg';
case 'Kodi':
case 'Kodi JellyCon':
return baseUrl + 'kodi.svg';
case 'Jellyfin Android':
case 'AndroidTV':
@ -18,6 +19,8 @@
return baseUrl + 'android.svg';
case 'Jellyfin Mobile (iOS)':
case 'Jellyfin Mobile (iPadOS)':
case 'Jellyfin iOS':
case 'Infuse':
return baseUrl + 'apple.svg';
case 'Jellyfin Web':
switch (device.Name || device.DeviceName) {