mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-27 07:40:24 +00:00
Merge pull request #310 from FrederikBolding/ssl-default
Made SSL enabled by default
This commit is contained in:
commit
92de2bc820
@ -22,7 +22,7 @@ namespace TMDbLib.Client
|
||||
private RestClient _client;
|
||||
private TMDbConfig _config;
|
||||
|
||||
public TMDbClient(string apiKey, bool useSsl = false, string baseUrl = ProductionUrl, JsonSerializer serializer = null, IWebProxy proxy = null)
|
||||
public TMDbClient(string apiKey, bool useSsl = true, string baseUrl = ProductionUrl, JsonSerializer serializer = null, IWebProxy proxy = null)
|
||||
{
|
||||
DefaultLanguage = null;
|
||||
DefaultCountry = null;
|
||||
|
Loading…
Reference in New Issue
Block a user