1
0
Fork 0
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

(cherry picked from commit d43418bf05)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
Bill Thornton 2022-05-05 16:00:27 -04:00 committed by crobibero
parent 2537c34027
commit 0794f19f94

View file

@ -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) {