mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add Apple device icon
This commit is contained in:
parent
10410a35de
commit
dc4b817226
2 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
case 'AndroidTV':
|
||||
case 'Android TV':
|
||||
return baseUrl + 'android.svg';
|
||||
case 'Jellyfin Mobile (iOS)':
|
||||
return baseUrl + 'apple.svg';
|
||||
case 'Jellyfin Web':
|
||||
switch (device.Name || device.DeviceName) {
|
||||
case 'Opera':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue