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

unstar

- -

- http://your-server/rest/unstar.view -
Since 1.8.0 -

- -

- Removes the star from a song, album or artist. -

- - - - - - - - - - - - - - - - - - - - - - - - - -
ParameterRequiredDefaultComment
idNoThe ID of the file (song) or folder (album/artist) to unstar. Multiple parameters allowed.
albumIdNoThe ID of an album to unstar. Use this rather than id if the client accesses the media collection according to ID3 - tags rather than file structure. Multiple parameters allowed.
artistIdNoThe ID of an artist to unstar. Use this rather than id if the client accesses the media collection according to ID3 - tags rather than file structure. Multiple parameters allowed.
-

- Returns an empty <subsonic-response> element on success. -

-- cgit v1.2.3