fullscreen status not displayed correctly in http interface
after starting vlc with http interface, queries of the current status show that fullscreen field is not being updated properly: possible values are 0, true, false. The value returned does not show the current fullscreen status, but it the value is changed by the fullscreen commands sent over http interface
Status query string: curl -s http://localhost:8080/requests/status.xml
fullscreen command: curl -s http://localhost:8080/requests/status.xml?command=fullscreen