mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 16:12:30 +01:00
Fix tvdb actors url
This commit is contained in:
parent
6e1735d311
commit
8a778c08d2
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…
Reference in a new issue