aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/xsd/playlists_example_1.xml
blob: 9b4b60a3719ca003b2041aa70984fd1f66126a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>

<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.8.0">
    <playlists>
        <playlist id="15" name="Some random songs" comment="Just something I tossed together" owner="admin" public="false" songCount="6" duration="1391" created="2012-04-17T19:53:44">
            <allowedUser>sindre</allowedUser>
            <allowedUser>john</allowedUser>
        </playlist>
        <playlist id="16" name="More random songs" comment="No comment" owner="admin" public="true" songCount="5" duration="1018" created="2012-04-17T19:55:49"/>
    </playlists>
</subsonic-response>