mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-01 19:47:37 +03:00
12 lines
731 B
XML
12 lines
731 B
XML
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.16.1" type="navidrome" serverVersion="v0.55.0" openSubsonic="true">
|
|
<lyricsList>
|
|
<structuredLyrics displayArtist="Rick Astley" displayTitle="Never Gonna Give You Up" lang="eng" offset="100" synced="true">
|
|
<line start="18800">We're no strangers to love</line>
|
|
<line start="22801">You know the rules and so do I</line>
|
|
</structuredLyrics>
|
|
<structuredLyrics displayArtist="Rick Astley" displayTitle="Never Gonna Give You Up" lang="xxx" offset="100" synced="false">
|
|
<line>We're no strangers to love</line>
|
|
<line>You know the rules and so do I</line>
|
|
</structuredLyrics>
|
|
</lyricsList>
|
|
</subsonic-response>
|