Browse Source

Fix tvdb actors url

crobibero 4 years ago
parent
commit
8a778c08d2
1 changed files with 1 additions and 1 deletions
  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))
                 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))