mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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))
|
if (!string.IsNullOrEmpty(actor.Image))
|
||||||
{
|
{
|
||||||
personInfo.ImageUrl = TvdbUtils.TvdbImageBaseUrl + actor.Image;
|
personInfo.ImageUrl = TvdbUtils.BannerUrl + actor.Image;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(personInfo.Name))
|
if (!string.IsNullOrWhiteSpace(personInfo.Name))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user