mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed: Release group will not contain file extension
This commit is contained in:
parent
a5a02ce90e
commit
b29efa5823
3 changed files with 11 additions and 2 deletions
|
@ -16,13 +16,11 @@ namespace NzbDrone.Api.Authentication
|
|||
private readonly IConfigFileProvider _configFileProvider;
|
||||
private static readonly NzbDroneUser AnonymousUser = new NzbDroneUser { UserName = "Anonymous" };
|
||||
|
||||
|
||||
public AuthenticationService(IConfigFileProvider configFileProvider)
|
||||
{
|
||||
_configFileProvider = configFileProvider;
|
||||
}
|
||||
|
||||
|
||||
public IUserIdentity Validate(string username, string password)
|
||||
{
|
||||
if (!Enabled)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue