mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 19:24:47 +03:00
localize plugin installation process
This commit is contained in:
@@ -4,6 +4,6 @@ namespace MediaBrowser.Controller.Net
|
||||
{
|
||||
public interface IAuthService
|
||||
{
|
||||
void Authenticate(IRequest request, IResponse response, object requestDto);
|
||||
void Authenticate(IRequest request, IResponse response, object requestDto, bool allowLocal);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user