mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Improved Plex Media Server authentication (Manually update settings)
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
aab70b512d
commit
6b45758fde
31 changed files with 479 additions and 403 deletions
|
@ -314,6 +314,8 @@ namespace NzbDrone.Core.Configuration
|
|||
set { SetValue("CleanupMetadataImages", value); }
|
||||
}
|
||||
|
||||
public string PlexClientIdentifier => GetValue("PlexClientIdentifier", Guid.NewGuid().ToString(), true);
|
||||
|
||||
public string RijndaelPassphrase => GetValue("RijndaelPassphrase", Guid.NewGuid().ToString(), true);
|
||||
|
||||
public string HmacPassphrase => GetValue("HmacPassphrase", Guid.NewGuid().ToString(), true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue