mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-20 15:49:32 -06:00
fixnig issue with plex node
This commit is contained in:
@@ -60,7 +60,7 @@ public abstract class PlexNode:Node
|
||||
string url = serverUrl;
|
||||
url += "library/sections";
|
||||
|
||||
using var httpClient = GetHttpClient(settings.IgnoreCertificateErrors);
|
||||
using var httpClient = GetHttpClient(settings?.IgnoreCertificateErrors == true);
|
||||
|
||||
var sectionsResponse = GetWebRequest(httpClient, url + "?X-Plex-Token=" + accessToken);
|
||||
if (sectionsResponse.success == false)
|
||||
|
||||
Reference in New Issue
Block a user