Merge pull request #3617 from thornbill/fix-ipados-icon
Fix iPadOS icon (cherry picked from commit d43418bf05da5f3ff4a1ac911cfa2034e832a397) Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
parent
2537c34027
commit
0794f19f94
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
case 'Android TV':
|
case 'Android TV':
|
||||||
return baseUrl + 'android.svg';
|
return baseUrl + 'android.svg';
|
||||||
case 'Jellyfin Mobile (iOS)':
|
case 'Jellyfin Mobile (iOS)':
|
||||||
|
case 'Jellyfin Mobile (iPadOS)':
|
||||||
return baseUrl + 'apple.svg';
|
return baseUrl + 'apple.svg';
|
||||||
case 'Jellyfin Web':
|
case 'Jellyfin Web':
|
||||||
switch (device.Name || device.DeviceName) {
|
switch (device.Name || device.DeviceName) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue