mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
connect updates
This commit is contained in:
@@ -91,7 +91,8 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
{typeof (ResourceNotFoundException), 404},
|
||||
{typeof (FileNotFoundException), 404},
|
||||
{typeof (DirectoryNotFoundException), 404},
|
||||
{typeof (Implementations.Security.AuthenticationException), 401}
|
||||
{typeof (Implementations.Security.AuthenticationException), 401},
|
||||
{typeof (UnauthorizedAccessException), 401}
|
||||
};
|
||||
|
||||
HostConfig.Instance.DebugMode = true;
|
||||
|
||||
Reference in New Issue
Block a user