mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 01:11:07 +03:00
feat: add session creation endpoint (#18295)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
mdiAndroid,
|
||||
mdiApple,
|
||||
mdiAppleSafari,
|
||||
mdiCast,
|
||||
mdiGoogleChrome,
|
||||
mdiHelp,
|
||||
mdiLinux,
|
||||
@@ -46,6 +47,8 @@
|
||||
<Icon path={mdiUbuntu} size="40" />
|
||||
{:else if device.deviceOS === 'Chrome OS' || device.deviceType === 'Chrome' || device.deviceType === 'Chromium' || device.deviceType === 'Mobile Chrome'}
|
||||
<Icon path={mdiGoogleChrome} size="40" />
|
||||
{:else if device.deviceOS === 'Google Cast'}
|
||||
<Icon path={mdiCast} size="40" />
|
||||
{:else}
|
||||
<Icon path={mdiHelp} size="40" />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user