Backport pull request #7518 from jellyfin-web/release-10.11.z
Add client names to image.ts Original-merge: 1ee69611b5d69e42266d22807ee7257906e7549f Merged-by: thornbill <thornbill@users.noreply.github.com> Backported-by: thornbill <thornbill@users.noreply.github.com>
This commit is contained in:
committed by
thornbill
parent
97bb0b8c57
commit
ce5b6e9f6f
@@ -54,6 +54,9 @@ export function getDeviceIcon(info: DeviceInfo | SessionInfo) {
|
||||
case 'Jellyfin Android':
|
||||
case 'AndroidTV':
|
||||
case 'Android TV':
|
||||
case 'Jellyfin Android TV':
|
||||
case 'Jellyfin for Android':
|
||||
case 'Jellyfin for Android TV':
|
||||
return BASE_DEVICE_IMAGE_URL + 'android.svg';
|
||||
case 'Jellyfin Mobile (iOS)':
|
||||
case 'Jellyfin Mobile (iPadOS)':
|
||||
@@ -74,6 +77,8 @@ export function getDeviceIcon(info: DeviceInfo | SessionInfo) {
|
||||
return BASE_DEVICE_IMAGE_URL + 'webos.svg';
|
||||
case 'Jellyfin Roku':
|
||||
return BASE_DEVICE_IMAGE_URL + 'roku.svg';
|
||||
case 'Jellyfin for Titan OS':
|
||||
return BASE_DEVICE_IMAGE_URL + 'titanos.svg';
|
||||
case 'Finamp':
|
||||
return BASE_DEVICE_IMAGE_URL + 'finamp.svg';
|
||||
case 'Jellyfin Web':
|
||||
|
||||
Reference in New Issue
Block a user