Explorar o código

TheTvDb: Add episode url for external links

softworkz %!s(int64=9) %!d(string=hai) anos
pai
achega
b4737b0211
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)