Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/2d396cb589722bf8a950f80abb6d6137fe084a52 You should set ROOT_URL correctly, otherwise the web may not work correctly.

adds readonly to properties

pull/1149/head
Phallacy 6 years ago
parent b56031b9f3
commit 2d396cb589

@ -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)
{

Loading…
Cancel
Save