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-getIndexes.jsp | 35 ------------------------ 1 file changed, 35 deletions(-) delete mode 100644 subsonic-site/src/main/webapp/api-getIndexes.jsp (limited to 'subsonic-site/src/main/webapp/api-getIndexes.jsp') diff --git a/subsonic-site/src/main/webapp/api-getIndexes.jsp b/subsonic-site/src/main/webapp/api-getIndexes.jsp deleted file mode 100644 index 375f4a92..00000000 --- a/subsonic-site/src/main/webapp/api-getIndexes.jsp +++ /dev/null @@ -1,35 +0,0 @@ -

getIndexes

- -

- http://your-server/rest/getIndexes.view -
Since 1.0.0 -

- -

- Returns an indexed structure of all artists. -

- - - - - - - - - - - - - - - - - - - -
ParameterRequiredDefaultComment
musicFolderIdNoIf specified, only return artists in the music folder with the given ID. See getMusicFolders. -
ifModifiedSinceNoIf specified, only return a result if the artist collection has changed since the given time.
-

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

-- cgit v1.2.3