mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-02 05:04:31 -04:00
Merge pull request #6927 from 1337joe/use-ssl-for-tmdb-images
This commit is contained in:
commit
01b95cf8e6
@ -498,7 +498,7 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
return _tmDbClient.GetImageUrl(size, path).ToString();
|
return _tmDbClient.GetImageUrl(size, path, true).ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user