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

setRating

- -

- http://your-server/rest/setRating.view -
Since 1.6.0 -

- -

- Sets the rating for a music file. -

- - - - - - - - - - - - - - - - - - - -
ParameterRequiredDefaultComment
idYesA string which uniquely identifies the file (song) or folder (album/artist) to rate.
ratingYesThe rating between 1 and 5 (inclusive), or 0 to remove the rating.
-

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

-- cgit v1.2.3