Fix tvdb actors url
This commit is contained in:
parent
6e1735d311
commit
8a778c08d2
|
@ -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 New Issue
Block a user