Merge pull request #3590 from crobibero/tvdb-actors

Fix tvdb actors url
This commit is contained in:
Bond-009
2020-07-19 17:16:49 +02:00
committed by GitHub

View File

@@ -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))