Skip to content

Commit d5b996c

Browse files
committed
js_osd: make local ip address configurable via javascript prompt
1 parent b9161a2 commit d5b996c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/js_osd/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
xhr.responseText + "/" + xhr.status + "/" + settings.url );
130130
});*/
131131
var OSDobj = new VdrOsd();
132+
OSDobj.restfulapiHost = prompt("Please change IP and port to match your running vdr-plugin-restfulapi within your local network", OSDobj.restfulapiHost);
132133
OSDobj.refreshOsdData();
133134
});
134135

0 commit comments

Comments
 (0)