1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove webm messages

This commit is contained in:
Luke Pulverenti 2014-01-22 17:38:55 -05:00
parent 0cadf2308a
commit e02f9c8726
4 changed files with 3 additions and 16 deletions

View file

@ -801,7 +801,7 @@ var Dashboard = {
var webSocketUrl = "ws://" + location.hostname;
if (systemInfo.HttpServerPortNumber != systemInfo.WebSocketPortNumber) {
if (systemInfo.HttpServerPortNumber == systemInfo.WebSocketPortNumber) {
if (location.port) {
webSocketUrl += ':' + location.port;