mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3617 from thornbill/fix-ipados-icon
Fix iPadOS icon
This commit is contained in:
commit
d43418bf05
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
case 'Android TV':
|
||||
return baseUrl + 'android.svg';
|
||||
case 'Jellyfin Mobile (iOS)':
|
||||
case 'Jellyfin Mobile (iPadOS)':
|
||||
return baseUrl + 'apple.svg';
|
||||
case 'Jellyfin Web':
|
||||
switch (device.Name || device.DeviceName) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue