Browse Source

Merge pull request #1810 from softworkz/TvDbLink

TheTvDb: Add episode url for external links
Luke 9 năm trước cách đây
mục cha
commit
4a2f41b912
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      MediaBrowser.Providers/TV/TvExternalIds.cs

+ 1 - 1
MediaBrowser.Providers/TV/TvExternalIds.cs

@@ -88,7 +88,7 @@ namespace MediaBrowser.Providers.TV
 
         public string UrlFormatString
         {
-            get { return null; }
+            get { return "https://thetvdb.com/index.php?tab=episode&id={0}"; }
         }
 
         public bool Supports(IHasProviderIds item)