]> git.sesse.net Git - vlc/blobdiff - share/http/js/functions.js
Add services discovery handling in http interface.
[vlc] / share / http / js / functions.js
index 0e3d06c1964cd280ea29b2896742eb0567e7d627..5bab8699dc3e741a1dc1b2b4d67588c3c2183e11 100644 (file)
@@ -330,6 +330,10 @@ function pl_repeat()
 {
     loadXMLDoc( 'requests/status.xml?command=pl_repeat', parse_status );
 }
+function pl_sd( value )
+{
+    loadXMLDoc( 'requests/status.xml?command=pl_sd&val='+value, parse_status );
+}
 
 /* misc actions */
 function volume_down()