From 4738428c2c205f42200386ae09b44b9ec07b9144 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 27 Jul 2013 14:33:25 -0700 Subject: Move subsonic-android to root --- subsonic-site/src/main/webapp/api-getAlbumList.jsp | 44 ---------------------- 1 file changed, 44 deletions(-) delete mode 100644 subsonic-site/src/main/webapp/api-getAlbumList.jsp (limited to 'subsonic-site/src/main/webapp/api-getAlbumList.jsp') diff --git a/subsonic-site/src/main/webapp/api-getAlbumList.jsp b/subsonic-site/src/main/webapp/api-getAlbumList.jsp deleted file mode 100644 index a5f2e0d3..00000000 --- a/subsonic-site/src/main/webapp/api-getAlbumList.jsp +++ /dev/null @@ -1,44 +0,0 @@ -

getAlbumList

- -

- http://your-server/rest/getAlbumList.view -
Since 1.2.0 -

- -

- Returns a list of random, newest, highest rated etc. albums. Similar to the album lists - on the home page of the Subsonic web interface. -

- - - - - - - - - - - - - - - - - - - - - - - - - -
ParameterRequiredDefaultComment
typeYesThe list type. Must be one of the following: random, newest, - highest, frequent, recent. Since 1.8.0 - you can also use alphabeticalByName or alphabeticalByArtist to page through all albums - alphabetically, and starred to retrieve starred albums.
sizeNo10The number of albums to return. Max 500.
offsetNo0The list offset. Useful if you for example want to page through the list of newest albums.
-

- Returns a <subsonic-response> element with a nested <albumList> - element on success. Example. -

-- cgit v1.2.3