mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
Use SSL for tmdb images
This commit is contained in:
parent
c677b4f6b7
commit
e778462955
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue