I was redesigning the webinterface have run into a problem. <br>
The +1 min button doesnt work properly. I have changed it from a
straight submit button to a graphical link. and I have this as the url
it goes to.<br>
<a href="http://127.0.0.1:8080/?control=seek&seek_value=+1min">http://127.0.0.1:8080/?control=seek&seek_value=+1min</a><br>
I even tried escaping it.<br>
<a href="http://127.0.0.1:8080/?control=seek&seek_value=&#43;1min">http://127.0.0.1:8080/?control=seek&seek_value=&#43;1min</a><br>
all it does it take to the first minute in the song.<br>
The reverse works perfectly, <br>
<a href="http://127.0.0.1:8080/?control=seek&seek_value=-1min">http://127.0.0.1:8080/?control=seek&seek_value=-1min</a><br>
<br>
but when I change it to a + it doesnt work, I even tried taking the + off didnt help. <br>
anyone got any suggestions or is this a bug?<br>
whats the work around?<br>
<br>
that same technique worked for all the other buttons.<br>
<br>
<br>