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:
parent
0cadf2308a
commit
e02f9c8726
4 changed files with 3 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue