New: Support for SSL connections to Plex Media Server

This commit is contained in:
Mark McDowall
2015-06-04 14:10:38 -07:00
parent eb8af60029
commit 860d7ed079
3 changed files with 7 additions and 8 deletions
@@ -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())
{