mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
update .net core startup
This commit is contained in:
parent
3c55747cd6
commit
0e9cd51f9c
38 changed files with 355 additions and 325 deletions
|
|
@ -396,6 +396,8 @@ namespace Emby.Server.Implementations.HttpServer
|
|||
if (_disposed)
|
||||
{
|
||||
httpRes.StatusCode = 503;
|
||||
httpRes.ContentType = "text/plain";
|
||||
Write(httpRes, "Server shutting down");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue