diff --git a/src/utils/image.ts b/src/utils/image.ts index cf5edc60f..72b56abd7 100644 --- a/src/utils/image.ts +++ b/src/utils/image.ts @@ -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':