toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
RemoteLyricInfoDto
Remote
Lyric
Info
Dto
data
class
RemoteLyricInfoDto
(
val
id
:
String
,
val
providerName
:
String
,
val
lyrics
:
LyricDto
)
The remote lyric info dto.
Members
Constructors
Remote
Lyric
Info
Dto
Link copied to clipboard
constructor
(
id
:
String
,
providerName
:
String
,
lyrics
:
LyricDto
)
Properties
id
Link copied to clipboard
val
id
:
String
The id for the lyric.
lyrics
Link copied to clipboard
val
lyrics
:
LyricDto
The lyrics.
provider
Name
Link copied to clipboard
val
providerName
:
String
The provider name.