Use SSL for tmdb images

This commit is contained in:
Joe Rogers 2021-11-30 14:31:32 +01:00
parent c677b4f6b7
commit e778462955
No known key found for this signature in database
GPG Key ID: 0074AD57B8FDBBB4
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
return null;
}
return _tmDbClient.GetImageUrl(size, path).ToString();
return _tmDbClient.GetImageUrl(size, path, true).ToString();
}
/// <summary>