Skip to content

Commit

Permalink
Merge pull request #3270 from thornbill/add-apple-device-icon
Browse files Browse the repository at this point in the history
Add Apple device icon
  • Loading branch information
thornbill authored Jan 4, 2022
2 parents 31926f6 + dc4b817 commit 35c40d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/img/devices/apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/scripts/imagehelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 35c40d5

Please sign in to comment.