Merge pull request #6927 from 1337joe/use-ssl-for-tmdb-images

pull/6929/head
Bond-009 3 years ago committed by GitHub
commit 01b95cf8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save