Fix errror when trying to play a file with a + in the filename. Minor cleanup
[vuplus_dvbapp-plugin] / webinterface / src / web-data / statics.js
index 56ab3f5..ccde33b 100644 (file)
@@ -5,7 +5,7 @@ function url() {
        
        this.getcurrent = '/web/getcurrent';
        
-       this.getvolume = '/web/vol?set=state'; 
+       this.getvolume = '/web/vol'; 
        this.setvolume = '/web/vol?set=set'; // plus new value eg: set=set15
        this.volumeup = '/web/vol?set=up';
        this.volumedown = '/web/vol?set=down';