funkwhale/api/tests/playlists/test.xspf

20 lines
651 B
XML

<?xml version="1.0" ?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>Test</title>
<date>1312-01-08T17:10:47-05:00</date>
<trackList>
<track>
<location>https://maldonado-boyd.com/api/v1/listen/c5a0f3b9-1866-4258-98bc-1c6867d0b125/</location>
<title>Opinel 12</title>
<creator>Davinhor</creator>
<album>Racisme en pls</album>
</track>
<track>
<location>https://wilson.com/api/v1/listen/9fb8ee3f-caa3-4c7f-b7c1-2fd645f738f4/</location>
<title>lettre a la republique</title>
<creator>Kery James</creator>
<album>Racisme en pls</album>
</track>
</trackList>
</playlist>