aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/api-getVideos.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-site/src/main/webapp/api-getVideos.jsp')
-rw-r--r--subsonic-site/src/main/webapp/api-getVideos.jsp15
1 files changed, 0 insertions, 15 deletions
diff --git a/subsonic-site/src/main/webapp/api-getVideos.jsp b/subsonic-site/src/main/webapp/api-getVideos.jsp
deleted file mode 100644
index 11fc7ed0..00000000
--- a/subsonic-site/src/main/webapp/api-getVideos.jsp
+++ /dev/null
@@ -1,15 +0,0 @@
-<h2 class="div"><a name="getVideos"></a>getVideos</h2>
-
-<p>
- <code>http://your-server/rest/getVideos.view</code>
- <br>Since <a href="#versions">1.8.0</a>
-</p>
-
-<p>
- Returns all video files.
-</p>
-
-<p>
- Returns a <code>&lt;subsonic-response&gt;</code> element with a nested <code>&lt;videos&gt;</code>
- element on success. <a href="http://subsonic.svn.sourceforge.net/viewvc/subsonic/trunk/subsonic-main/src/main/webapp/xsd/videos_example_1.xml?view=markup">Example</a>.
-</p>