diff --git a/static/js/utils.js b/static/js/utils.js index 93fc9f2..b20e927 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -50,7 +50,7 @@ function NvHTTP(address, clientUid, userEnteredAddress = '') { this.supportedDisplayModes = {}; // key: y-resolution:x-resolution, value: array of supported framerates (only ever seen 30 or 60, here) this.gputype = ''; this.numofapps = 0; - this.hostname = ''; + this.hostname = address; this.externalIP = ''; _self = this; };