21 lines
853 B
XML
21 lines
853 B
XML
|
|
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.8.0" type="navidrome" serverVersion="v0.0.0" openSubsonic="true">
|
||
|
|
<lyricsList>
|
||
|
|
<structuredLyrics displayArtist="Rick Astley" displayTitle="Never Gonna Give You Up" lang="eng" offset="100" synced="true">
|
||
|
|
<line start="18800">
|
||
|
|
<value>We're no strangers to love</value>
|
||
|
|
</line>
|
||
|
|
<line start="22801">
|
||
|
|
<value>You know the rules and so do I</value>
|
||
|
|
</line>
|
||
|
|
</structuredLyrics>
|
||
|
|
<structuredLyrics displayArtist="Rick Astley" displayTitle="Never Gonna Give You Up" lang="xxx" offset="100" synced="false">
|
||
|
|
<line>
|
||
|
|
<value>We're no strangers to love</value>
|
||
|
|
</line>
|
||
|
|
<line>
|
||
|
|
<value>You know the rules and so do I</value>
|
||
|
|
</line>
|
||
|
|
</structuredLyrics>
|
||
|
|
</lyricsList>
|
||
|
|
</subsonic-response>
|