mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-02 00:18:30 +00:00
adds readonly to properties
This commit is contained in:
@@ -25,9 +25,9 @@ namespace Emby.Server.Implementations.Library
|
||||
private readonly string _passwordResetFileBaseDir;
|
||||
private readonly string _passwordResetFileBaseName = "passwordreset";
|
||||
|
||||
private IJsonSerializer _jsonSerializer;
|
||||
private IUserManager _userManager;
|
||||
private ICryptoProvider _crypto;
|
||||
private readonly IJsonSerializer _jsonSerializer;
|
||||
private readonly IUserManager _userManager;
|
||||
private readonly ICryptoProvider _crypto;
|
||||
|
||||
public DefaultPasswordResetProvider(IServerConfigurationManager configurationManager, IJsonSerializer jsonSerializer, IUserManager userManager, ICryptoProvider cryptoProvider)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user