toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
LyricMetadata
/
LyricMetadata
Lyric
Metadata
constructor
(
artist
:
String
?
=
null
,
album
:
String
?
=
null
,
title
:
String
?
=
null
,
author
:
String
?
=
null
,
length
:
Long
?
=
null
,
by
:
String
?
=
null
,
offset
:
Long
?
=
null
,
creator
:
String
?
=
null
,
version
:
String
?
=
null
,
isSynced
:
Boolean
?
=
null
)