reduce socket activity

This commit is contained in:
Luke Pulverenti
2017-10-04 14:51:26 -04:00
parent a5b82cd2ec
commit 983b51e083
13 changed files with 49 additions and 20 deletions

View File

@@ -265,7 +265,7 @@ namespace MediaBrowser.WebDashboard.Api
builder.AppendFormat("window.appMode='{0}';", mode);
}
if (string.IsNullOrWhiteSpace(mode))
else
{
builder.AppendFormat("window.dashboardVersion='{0}';", version);
}