mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3720 from Shadowghost/device-logo-fix
(cherry picked from commit ae83d1d356
)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
This commit is contained in:
parent
df6d9aaecb
commit
2669be3f27
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue