浏览代码

Fix tvdb actors url

crobibero 4 年之前
父节点
当前提交
8a778c08d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeriesProvider.cs

+ 1 - 1
MediaBrowser.Providers/Plugins/TheTvdb/TvdbSeriesProvider.cs

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