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

This commit is contained in:
Bond-009 2021-11-30 23:43:26 +01:00 committed by GitHub
commit 01b95cf8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>