mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Merge pull request #3590 from crobibero/tvdb-actors
Fix tvdb actors url
This commit is contained in:
commit
7ad08953c0
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ namespace MediaBrowser.Providers.Plugins.TheTvdb
|
|||
|
||||
if (!string.IsNullOrEmpty(actor.Image))
|
||||
{
|
||||
personInfo.ImageUrl = TvdbUtils.TvdbImageBaseUrl + actor.Image;
|
||||
personInfo.ImageUrl = TvdbUtils.BannerUrl + actor.Image;
|
||||
}
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(personInfo.Name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue