mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-28 23:27:08 -04:00
New: Support for SSL connections to Plex Media Server
This commit is contained in:
@@ -144,13 +144,7 @@ namespace NzbDrone.Core.Notifications.Plex
|
||||
{
|
||||
try
|
||||
{
|
||||
var sections = GetSections(new PlexServerSettings
|
||||
{
|
||||
Host = settings.Host,
|
||||
Port = settings.Port,
|
||||
Username = settings.Username,
|
||||
Password = settings.Password
|
||||
});
|
||||
var sections = GetSections(settings);
|
||||
|
||||
if (sections.Empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user