jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-api
/
org.jellyfin.sdk.api.operations
/
RemoteImageApi
/
downloadRemoteImage
download
Remote
Image
suspend
fun
downloadRemoteImage
(
itemId
:
UUID
,
type
:
ImageType
,
imageUrl
:
String
?
=
null
)
:
Response
<
Unit
>
Downloads a remote image for an item.
Parameters
item
Id
Item Id.
type
The image type.
image
Url
The image url.