From a1a18f77a50804e0127dfa4b0f5240c49c541184 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 2 Jul 2012 21:24:02 -0700 Subject: Initial Commit --- subsonic-site/src/main/webapp/api-unstar.jsp | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create 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 new file mode 100644 index 00000000..9644f7b5 --- /dev/null +++ b/subsonic-site/src/main/webapp/api-unstar.jsp @@ -0,0 +1,41 @@ +

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