mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
update translations
This commit is contained in:
parent
3cfd765cb4
commit
59de5c0d14
66 changed files with 888 additions and 232 deletions
|
|
@ -49,7 +49,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security
|
|||
//ExecuteBasic(req, res, requestDto); //first check if session is authenticated
|
||||
//if (res.IsClosed) return; //AuthenticateAttribute already closed the request (ie auth failed)
|
||||
|
||||
//ValidateUser(req);
|
||||
ValidateUser(req);
|
||||
}
|
||||
|
||||
private void ValidateUser(IRequest req)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue