aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/api-getNowPlaying.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-site/src/main/webapp/api-getNowPlaying.jsp')
-rw-r--r--subsonic-site/src/main/webapp/api-getNowPlaying.jsp15
1 files changed, 0 insertions, 15 deletions
diff --git a/subsonic-site/src/main/webapp/api-getNowPlaying.jsp b/subsonic-site/src/main/webapp/api-getNowPlaying.jsp
deleted file mode 100644
index 597994d7..00000000
--- a/subsonic-site/src/main/webapp/api-getNowPlaying.jsp
+++ /dev/null
@@ -1,15 +0,0 @@
-<h2 class="div"><a name="getNowPlaying"></a>getNowPlaying</h2>
-
-<p>
- <code>http://your-server/rest/getNowPlaying.view</code>
- <br>Since <a href="#versions">1.0.0</a>
-</p>
-
-<p>
- Returns what is currently being played by all users. Takes no extra parameters.
-</p>
-
-<p>
- Returns a <code>&lt;subsonic-response&gt;</code> element with a nested <code>&lt;nowPlaying&gt;</code>
- element on success. <a href="http://subsonic.svn.sourceforge.net/viewvc/subsonic/trunk/subsonic-main/src/main/webapp/xsd/nowPlaying_example_1.xml?view=markup">Example</a>.
-</p>