fix missing file
This commit is contained in:
parent
19c95ff61b
commit
ecc6df0b71
|
@ -154,6 +154,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.SocketSharp
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
_logger.Warn("Web socket connection not allowed");
|
_logger.Warn("Web socket connection not allowed");
|
||||||
|
ctx.Response.StatusCode = 401;
|
||||||
ctx.Response.Close();
|
ctx.Response.Close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -144,7 +144,9 @@
|
||||||
<Content Include="dashboard-ui\scripts\syncjob.js">
|
<Content Include="dashboard-ui\scripts\syncjob.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\scripts\syncservices.js" />
|
<Content Include="dashboard-ui\scripts\syncservices.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\scripts\syncsettings.js">
|
<Content Include="dashboard-ui\scripts\syncsettings.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user