mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
New: Improved Plex Media Server authentication (Manually update settings)
This commit is contained in:
committed by
Taloth Saldono
parent
897f3fea99
commit
07be9cf47a
@@ -306,6 +306,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);
|
||||
|
||||
Reference in New Issue
Block a user